Removal Of Duplicate Test Case from shift.ll file
authorSonam Kumari <sonam.kumari@samsung.com>
Mon, 8 Dec 2014 09:40:43 +0000 (09:40 +0000)
committerSonam Kumari <sonam.kumari@samsung.com>
Mon, 8 Dec 2014 09:40:43 +0000 (09:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223648 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/InstCombine/shift.ll

index 5586bb652783113832ebf3caed7da5820fd48288..178a3b3584d51f2b16f8393db2483df34450ee9d 100644 (file)
@@ -57,7 +57,7 @@ define <4 x i32> @test5_zero_vector(<4 x i32> %A) {
 define <4 x i32> @test5_non_splat_vector(<4 x i32> %A) {
 ; CHECK-LABEL: @test5_non_splat_vector(
 ; CHECK-NOT: ret <4 x i32> undef
-  %B = shl <4 x i32> %A, <i32 32, i32 1, i32 2, i32 3>
+  %B = lshr <4 x i32> %A, <i32 32, i32 1, i32 2, i32 3>
   ret <4 x i32> %B
 }