Changes in directory llvm/test/CodeGen/X86:
inline-asm-x-scalar.ll updated: 1.1 -> 1.2 --- Log message: add another test --- Diffs of the changes: (+7 -2) inline-asm-x-scalar.ll | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) Index: llvm/test/CodeGen/X86/inline-asm-x-scalar.ll diff -u llvm/test/CodeGen/X86/inline-asm-x-scalar.ll:1.1 llvm/test/CodeGen/X86/inline-asm-x-scalar.ll:1.2 --- llvm/test/CodeGen/X86/inline-asm-x-scalar.ll:1.1 Mon Apr 9 00:11:03 2007 +++ llvm/test/CodeGen/X86/inline-asm-x-scalar.ll Mon Apr 9 00:26:48 2007 @@ -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 +} + _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits