mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-04 06:12:18 +00:00
Removal Of Duplicate Test Case from shift.ll file
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223648 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c4fbd3fd62
commit
a585ec7f7f
@ -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) {
|
define <4 x i32> @test5_non_splat_vector(<4 x i32> %A) {
|
||||||
; CHECK-LABEL: @test5_non_splat_vector(
|
; CHECK-LABEL: @test5_non_splat_vector(
|
||||||
; CHECK-NOT: ret <4 x i32> undef
|
; 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
|
ret <4 x i32> %B
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user