Chris Lattner | d4dbaf8 | 2007-04-09 05:11:03 +0000 | [diff] [blame^] | 1 | ; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah |
2 | |||||
3 | define void @borkv() { | ||||
4 | tail call void asm sideeffect "ucomiss $0", "x"( float 0x41E0000000000000) | ||||
5 | ret void | ||||
6 | } | ||||
7 | |||||
8 | define void @blah() { | ||||
9 | %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 | ||||
10 | unreachable | ||||
11 | } | ||||
12 |