mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
add another test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35801 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ff33cc4d08
commit
7dadb92c67
@ -1,12 +1,17 @@
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah
|
||||
|
||||
define void @borkv() {
|
||||
define void @test1() {
|
||||
tail call void asm sideeffect "ucomiss $0", "x"( float 0x41E0000000000000)
|
||||
ret void
|
||||
}
|
||||
|
||||
define void @blah() {
|
||||
define void @test2() {
|
||||
%tmp53 = tail call i32 asm "ucomiss $1, $3\0Acmovae $2, $0 ", "=r,mx,mr,x,0,~{dirflag},~{fpsr},~{flags},~{cc}"( float 0x41E0000000000000, i32 2147483647, float 0.000000e+00, i32 0 ) ; <i32> [#uses
|
||||
unreachable
|
||||
}
|
||||
|
||||
define void @test3() {
|
||||
tail call void asm sideeffect "ucomiss $0, $1", "mx,x,~{dirflag},~{fpsr},~{flags},~{cc}"( float 0x41E0000000000000, i32 65536 )
|
||||
ret void
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user