1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/test/CodeGen/X86/inline-asm-x-scalar.ll

13 lines
435 B
LLVM
Raw Normal View History

; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah
define void @borkv() {
tail call void asm sideeffect "ucomiss $0", "x"( float 0x41E0000000000000)
ret void
}
define void @blah() {
%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
}