mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
test/CodeGen/X86/shrink-compare.ll: Relax expressions for Win64.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130039 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d74ea775af
commit
624dc1d4ab
@ -16,7 +16,7 @@ if.then:
|
||||
if.end:
|
||||
ret void
|
||||
; CHECK: test1:
|
||||
; CHECK: cmpb $47, (%rdi)
|
||||
; CHECK: cmpb $47, (%{{rdi|rcx}})
|
||||
}
|
||||
|
||||
define void @test2(i32 %X) nounwind {
|
||||
@ -32,5 +32,5 @@ if.then:
|
||||
if.end:
|
||||
ret void
|
||||
; CHECK: test2:
|
||||
; CHECK: cmpb $47, %dil
|
||||
; CHECK: cmpb $47, %{{dil|cl}}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user