[llvm-commits] CVS: llvm/test/CodeGen/X86/inline-asm-x-scalar.ll
Chris Lattner
sabre at nondot.org
Fri Jun 15 12:10:12 PDT 2007
Changes in directory llvm/test/CodeGen/X86:
inline-asm-x-scalar.ll updated: 1.2 -> 1.3
---
Log message:
make this test harder, include a tied register.
---
Diffs of the changes: (+7 -0)
inline-asm-x-scalar.ll | 7 +++++++
1 files changed, 7 insertions(+)
Index: llvm/test/CodeGen/X86/inline-asm-x-scalar.ll
diff -u llvm/test/CodeGen/X86/inline-asm-x-scalar.ll:1.2 llvm/test/CodeGen/X86/inline-asm-x-scalar.ll:1.3
--- llvm/test/CodeGen/X86/inline-asm-x-scalar.ll:1.2 Mon Apr 9 00:26:48 2007
+++ llvm/test/CodeGen/X86/inline-asm-x-scalar.ll Fri Jun 15 14:09:53 2007
@@ -15,3 +15,10 @@
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
+}
+
More information about the llvm-commits
mailing list