mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 17:39:16 +00:00
llvm/test/CodeGen/X86/setcc-sentinals.ll: Relax expressions for x86_64-win32.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188340 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fdc2660214
commit
7cd85b7492
@ -2,8 +2,8 @@
|
||||
|
||||
define zeroext i1 @test0(i64 %x) nounwind {
|
||||
; CHECK-LABEL: test0:
|
||||
; CHECK-NEXT: incq %rdi
|
||||
; CHECK-NEXT: cmpq $1, %rdi
|
||||
; CHECK-NEXT: incq %[[X:rdi|rcx]]
|
||||
; CHECK-NEXT: cmpq $1, %[[X]]
|
||||
; CHECK-NEXT: seta %al
|
||||
; CHECK-NEXT: ret
|
||||
%cmp1 = icmp ne i64 %x, -1
|
||||
|
Loading…
x
Reference in New Issue
Block a user