mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-10 22:46:20 +00:00
[InstCombine] Regenerate test checks using script. NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300360 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
41a76abbb9
commit
6142660ca8
@ -868,11 +868,12 @@ define i32 @test52(i32 %X) {
|
||||
}
|
||||
|
||||
define <2 x i1> @test53(<2 x i1> %A, <2 x i1> %B) {
|
||||
; CHECK-LABEL: @test53(
|
||||
; CHECK-NEXT: [[SUB:%.*]] = xor <2 x i1> [[A:%.*]], [[B:%.*]]
|
||||
; CHECK-NEXT: ret <2 x i1> [[SUB]]
|
||||
;
|
||||
%sub = sub <2 x i1> %A, %B
|
||||
ret <2 x i1> %sub
|
||||
; CHECK-LABEL: @test53(
|
||||
; CHECK-NEXT: %sub = xor <2 x i1> %A, %B
|
||||
; CHECK-NEXT: ret <2 x i1> %sub
|
||||
}
|
||||
|
||||
define i32 @test54(i1 %C) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user