mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-27 13:42:24 +00:00
Fix rdtsc.ll test to match r8 on win64
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207142 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d24fc958e8
commit
870200a833
@ -38,7 +38,7 @@ define i64 @test_builtin_rdtscp(i8* %A) {
|
|||||||
; CHECK-LABEL: test_builtin_rdtscp
|
; CHECK-LABEL: test_builtin_rdtscp
|
||||||
; CHECK: rdtscp
|
; CHECK: rdtscp
|
||||||
; X86-NOT: shlq
|
; X86-NOT: shlq
|
||||||
; CHECK: movl %ecx, (%{{[a-z]+}})
|
; CHECK: movl %ecx, (%{{[a-z0-9]+}})
|
||||||
; X86-NOT: shlq
|
; X86-NOT: shlq
|
||||||
; CHECK: ret
|
; CHECK: ret
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user