Index: test/Transforms/InstCombine/shift.ll =================================================================== --- test/Transforms/InstCombine/shift.ll +++ test/Transforms/InstCombine/shift.ll @@ -75,13 +75,6 @@ ret <4 x i32> %B } -define <4 x i32> @test5a_non_splat_vector(<4 x i32> %A) { -; CHECK-LABEL: @test5a_non_splat_vector( -; CHECK-NOT: ret <4 x i32> undef - %B = shl <4 x i32> %A, - ret <4 x i32> %B -} - define i32 @test5b() { ; CHECK-LABEL: @test5b( ; CHECK: ret i32 -1