[llvm] r314653 - Fix typo in comment. NFCI.
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 2 02:10:50 PDT 2017
Author: rksimon
Date: Mon Oct 2 02:10:50 2017
New Revision: 314653
URL: http://llvm.org/viewvc/llvm-project?rev=314653&view=rev
Log:
Fix typo in comment. NFCI.
Modified:
llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
Modified: llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86ISelLowering.cpp?rev=314653&r1=314652&r2=314653&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86ISelLowering.cpp (original)
+++ llvm/trunk/lib/Target/X86/X86ISelLowering.cpp Mon Oct 2 02:10:50 2017
@@ -29332,7 +29332,7 @@ static SDValue combineBitcastvxi1(Select
// v8i16 and v16i16.
// For these two cases, we can shuffle the upper element bytes to a
// consecutive sequence at the start of the vector and treat the results as
- // v16i8 or v32i8, and for v61i8 this is the preferable solution. However,
+ // v16i8 or v32i8, and for v16i8 this is the preferable solution. However,
// for v16i16 this is not the case, because the shuffle is expensive, so we
// avoid sign-extending to this type entirely.
// For example, t0 := (v8i16 sext(v8i1 x)) needs to be shuffled as:
More information about the llvm-commits
mailing list