[llvm] r293816 - fix typos; NFC

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 1 13:38:33 PST 2017


Author: spatel
Date: Wed Feb  1 15:38:32 2017
New Revision: 293816

URL: http://llvm.org/viewvc/llvm-project?rev=293816&view=rev
Log:
fix typos; NFC

Modified:
    llvm/trunk/test/Transforms/InstCombine/apint-shift.ll

Modified: llvm/trunk/test/Transforms/InstCombine/apint-shift.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/InstCombine/apint-shift.ll?rev=293816&r1=293815&r2=293816&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/InstCombine/apint-shift.ll (original)
+++ llvm/trunk/test/Transforms/InstCombine/apint-shift.ll Wed Feb  1 15:38:32 2017
@@ -126,8 +126,8 @@ define <2 x i19> @lshr_lshr_splat_vec(<2
   ret <2 x i19> %sh2
 }
 
-define i9 @multituse_lshr_lshr(i9 %x) {
-; CHECK-LABEL: @multituse_lshr_lshr(
+define i9 @multiuse_lshr_lshr(i9 %x) {
+; CHECK-LABEL: @multiuse_lshr_lshr(
 ; CHECK-NEXT:    [[SH1:%.*]] = lshr i9 %x, 2
 ; CHECK-NEXT:    [[SH2:%.*]] = lshr i9 %x, 5
 ; CHECK-NEXT:    [[MUL:%.*]] = mul i9 [[SH1]], [[SH2]]
@@ -178,8 +178,8 @@ define i42 @multiuse_shl_shl(i42 %x) {
   ret i42 %mul
 }
 
-define <2 x i42> @mulituse_shl_shl_splat(<2 x i42> %x) {
-; CHECK-LABEL: @mulituse_shl_shl_splat(
+define <2 x i42> @multiuse_shl_shl_splat(<2 x i42> %x) {
+; CHECK-LABEL: @multiuse_shl_shl_splat(
 ; CHECK-NEXT:    [[SH1:%.*]] = shl <2 x i42> %x, <i42 8, i42 8>
 ; CHECK-NEXT:    [[SH2:%.*]] = shl <2 x i42> %x, <i42 17, i42 17>
 ; CHECK-NEXT:    [[MUL:%.*]] = mul <2 x i42> [[SH1]], [[SH2]]




More information about the llvm-commits mailing list