mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 17:39:16 +00:00
Tighten test case a bit.
Ideally, we would match an S-register to its containing D-register, but that requires arithmetic (divide by 2). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129756 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
832e494359
commit
ea70a06fa7
@ -45,7 +45,8 @@ define i32 @test4() ssp {
|
||||
entry:
|
||||
; SOFT: test4:
|
||||
; SOFT: vmov.f64 [[REG4:(d[0-9]+)]], #1.000000e+00
|
||||
; SOFT: vcvt.f32.f64 {{s[0-9]+}}, [[REG4]]
|
||||
; This S-reg must be the first sub-reg of the last D-reg on vbsl.
|
||||
; SOFT: vcvt.f32.f64 {{s1?[02468]}}, [[REG4]]
|
||||
; SOFT: vshr.u64 [[REG4]], [[REG4]], #32
|
||||
; SOFT: vmov.i32 [[REG5:(d[0-9]+)]], #0x80000000
|
||||
; SOFT: vbsl [[REG5]], [[REG4]], {{d[0-9]+}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user