mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-04 21:31:03 +00:00
Make this testcase independent of register allocation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157761 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ee66b417ef
commit
a835f00702
@ -191,8 +191,8 @@ define float @test_fma_const_fold(float %a, float %b) nounwind {
|
||||
|
||||
define float @test_fma_canonicalize(float %a, float %b) nounwind {
|
||||
; CHECK: test_fma_canonicalize
|
||||
; CHECK: vmov.f32 s0
|
||||
; CHECK: vfma.f32 s2, s1, s0
|
||||
; CHECK: vmov.f32 [[R1:s[0-9]+]], #2.000000e+00
|
||||
; CHECK: vfma.f32 {{s[0-9]+}}, {{s[0-9]+}}, [[R1]]
|
||||
%ret = call float @llvm.fma.f32(float 2.0, float %a, float %b)
|
||||
ret float %ret
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user