diff options
-rw-r--r-- | llvm/lib/Target/X86/X86ISelLowering.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp index d4d29caefea..3627368f360 100644 --- a/llvm/lib/Target/X86/X86ISelLowering.cpp +++ b/llvm/lib/Target/X86/X86ISelLowering.cpp @@ -26480,8 +26480,8 @@ static SDValue combineShuffle(SDNode *N, SelectionDAG &DAG, if (SDValue LD = EltsFromConsecutiveLoads(VT, Elts, dl, DAG, true)) return LD; - // For AVX2, we sometimes want to combine - // (vector_shuffle <mask> (concat_vectors t1, undef) + // For AVX2, we sometimes want to combine + // (vector_shuffle <mask> (concat_vectors t1, undef) // (concat_vectors t2, undef)) // Into: // (vector_shuffle <mask> (concat_vectors t1, t2), undef) |