mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Remove some register allocation order dependencies.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172874 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -10,14 +10,14 @@ entry:
|
||||
}
|
||||
|
||||
; VFP2: test:
|
||||
; VFP2: vdiv.f32 s0, s2, s0
|
||||
; VFP2: vdiv.f32 s{{.}}, s{{.}}, s{{.}}
|
||||
|
||||
; NFP1: test:
|
||||
; NFP1: vdiv.f32 s0, s2, s0
|
||||
; NFP1: vdiv.f32 s{{.}}, s{{.}}, s{{.}}
|
||||
; NFP0: test:
|
||||
; NFP0: vdiv.f32 s0, s2, s0
|
||||
; NFP0: vdiv.f32 s{{.}}, s{{.}}, s{{.}}
|
||||
|
||||
; CORTEXA8: test:
|
||||
; CORTEXA8: vdiv.f32 s0, s2, s0
|
||||
; CORTEXA8: vdiv.f32 s{{.}}, s{{.}}, s{{.}}
|
||||
; CORTEXA9: test:
|
||||
; CORTEXA9: vdiv.f32 s{{.}}, s{{.}}, s{{.}}
|
||||
|
Reference in New Issue
Block a user