mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-29 06:30:30 +00:00
Relax expressions and add explicit triplets -linux and -win32.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126200 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c3bf772620
commit
e51a69c8fd
@ -9,7 +9,7 @@ define i32 @test1(i64 %x) nounwind readnone {
|
||||
%conv = zext i1 %cmp to i32
|
||||
ret i32 %conv
|
||||
; CHECK: test1:
|
||||
; CHECK: leaq -1(%rdi)
|
||||
; CHECK: leaq -1([[A0:%rdi|%rcx]])
|
||||
; CHECK-NEXT: testq
|
||||
; CHECK-NEXT: setne
|
||||
; CHECK: ret
|
||||
@ -22,7 +22,7 @@ define i32 @test2(i64 %x) nounwind readnone {
|
||||
%conv = zext i1 %cmp to i32
|
||||
ret i32 %conv
|
||||
; CHECK: test2:
|
||||
; CHECK: leaq -1(%rdi)
|
||||
; CHECK: leaq -1([[A0]])
|
||||
; CHECK-NEXT: testq
|
||||
; CHECK-NEXT: sete
|
||||
; CHECK: ret
|
||||
|
Loading…
Reference in New Issue
Block a user