Changes in directory llvm/test/CodeGen/PowerPC:

2007-02-16-InlineAsmNConstraint.ll added (r1.1)
---
Log message:

new testcase that crashes llc


---
Diffs of the changes:  (+12 -0)

 2007-02-16-InlineAsmNConstraint.ll |   12 ++++++++++++
 1 files changed, 12 insertions(+)


Index: llvm/test/CodeGen/PowerPC/2007-02-16-InlineAsmNConstraint.ll
diff -c /dev/null 
llvm/test/CodeGen/PowerPC/2007-02-16-InlineAsmNConstraint.ll:1.1
*** /dev/null   Fri Feb 16 23:59:11 2007
--- llvm/test/CodeGen/PowerPC/2007-02-16-InlineAsmNConstraint.ll        Fri Feb 
16 23:59:01 2007
***************
*** 0 ****
--- 1,12 ----
+ ; RUN: llvm-as < %s | llc
+ 
+ target datalayout = "E-p:32:32"
+ target triple = "powerpc-apple-darwin8.8.0"
+ 
+ implementation   ; Functions:
+ 
+ define void @blargh() {
+ entry:
+       %tmp4 = call i32 asm "rlwimi $0,$2,$3,$4,$5", "=r,0,r,n,n,n"( i32 0, 
i32 0, i32 0, i32 24, i32 31 )             ; <i32> [#uses=0]
+       unreachable
+ }



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to