[llvm-commits] CVS: llvm/test/CodeGen/X86/2007-03-24-InlineAsmXConstraint.ll
Chris Lattner
sabre at nondot.org
Sat Mar 24 21:35:40 PDT 2007
Changes in directory llvm/test/CodeGen/X86:
2007-03-24-InlineAsmXConstraint.ll added (r1.1)
---
Log message:
new testcase
---
Diffs of the changes: (+9 -0)
2007-03-24-InlineAsmXConstraint.ll | 9 +++++++++
1 files changed, 9 insertions(+)
Index: llvm/test/CodeGen/X86/2007-03-24-InlineAsmXConstraint.ll
diff -c /dev/null llvm/test/CodeGen/X86/2007-03-24-InlineAsmXConstraint.ll:1.1
*** /dev/null Sat Mar 24 23:35:33 2007
--- llvm/test/CodeGen/X86/2007-03-24-InlineAsmXConstraint.ll Sat Mar 24 23:35:23 2007
***************
*** 0 ****
--- 1,9 ----
+ ; RUN: llvm-as < %s | llc -march=x86 | grep 'psrlw $8, %xmm0'
+ target datalayout = "e-p:32:32"
+ target triple = "i686-apple-darwin9"
+
+ define void @test() {
+ tail call void asm sideeffect "psrlw $0, %xmm0", "X,~{dirflag},~{fpsr},~{flags}"( i32 8 )
+ ret void
+ }
+
More information about the llvm-commits
mailing list