diff options
| author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2017-10-02 09:10:50 +0000 |
|---|---|---|
| committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2017-10-02 09:10:50 +0000 |
| commit | 3bbbf3159010920f9959c2a9ad20ee537caa4b6f (patch) | |
| tree | 0a8c084a249a9466de2a261bdebaa2e8a6cf4d93 | |
| parent | e575651370f34540b5d2f0a3e85b8cf0ce223702 (diff) | |
| download | bcm5719-llvm-3bbbf3159010920f9959c2a9ad20ee537caa4b6f.tar.gz bcm5719-llvm-3bbbf3159010920f9959c2a9ad20ee537caa4b6f.zip | |
Fix typo in comment. NFCI.
llvm-svn: 314653
| -rw-r--r-- | llvm/lib/Target/X86/X86ISelLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp index 6f0b8122434..fb48b660bcf 100644 --- a/llvm/lib/Target/X86/X86ISelLowering.cpp +++ b/llvm/lib/Target/X86/X86ISelLowering.cpp @@ -29332,7 +29332,7 @@ static SDValue combineBitcastvxi1(SelectionDAG &DAG, SDValue BitCast, // 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: |

