File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
llvm/include/llvm/CodeGen Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -3156,7 +3156,6 @@ class TargetLoweringBase {
31563156 // / Return true on success. Currently only supports
31573157 // / llvm.vector.deinterleave2
31583158 // /
3159- // / \p DI is the deinterleave intrinsic.
31603159 // / \p LI is the accompanying load instruction.
31613160 // / \p DeinterleaveValues contains the deinterleaved values.
31623161 virtual bool
@@ -3169,7 +3168,6 @@ class TargetLoweringBase {
31693168 // / Return true on success. Currently only supports
31703169 // / llvm.vector.interleave2
31713170 // /
3172- // / \p II is the interleave intrinsic.
31733171 // / \p SI is the accompanying store instruction
31743172 // / \p InterleaveValues contains the interleaved values.
31753173 virtual bool
You can’t perform that action at this time.
0 commit comments