mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-19 01:34:32 +00:00
Fix test to be less sensitive of regalloc accidents
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107951 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
665eb12466
commit
cfcb2f6898
@ -10,7 +10,7 @@ target triple = "thumbv7-apple-darwin10"
|
||||
; %reg1028 gets allocated %Q0, and if %reg1030 is reloaded for the partial
|
||||
; redef, it cannot also get %Q0.
|
||||
|
||||
; CHECK: vld1.64 {d0, d1}, [r0]
|
||||
; CHECK: vld1.64 {d0, d1}, [r{{.}}]
|
||||
; CHECK-NOT: vld1.64 {d0, d1}
|
||||
; CHECK: vmov.f64 d3, d0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user