diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp --- a/llvm/lib/Target/X86/X86ISelLowering.cpp +++ b/llvm/lib/Target/X86/X86ISelLowering.cpp @@ -18435,7 +18435,7 @@ // Try to collapse shuffles into using a vector type with fewer elements but // wider element types. We cap this to not form integers or floating point - // elements wider than 64 bits, but it might be interesting to form i128 + // elements wider than 64 bits. It does not seem beneficial to form i128 // integers to handle flipping the low and high halves of AVX 256-bit vectors. SmallVector WidenedMask; if (VT.getScalarSizeInBits() < 64 && !Is1BitVector &&