mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-14 15:39:00 +00:00
make this test harder, include a tied register.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37600 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bf9d02eaf6
commit
71683d3520
@ -15,3 +15,10 @@ define void @test3() {
|
||||
ret void
|
||||
}
|
||||
|
||||
define void @test4() {
|
||||
%tmp1 = tail call float asm "", "=x,0,~{dirflag},~{fpsr},~{flags}"( float 0x47EFFFFFE0000000 ); <float> [#uses=1]
|
||||
%tmp4 = sub float %tmp1, 0x3810000000000000 ; <float> [#uses=1]
|
||||
tail call void asm sideeffect "", "x,~{dirflag},~{fpsr},~{flags}"( float %tmp4 )
|
||||
ret void
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user