[llvm-commits] CVS: llvm/test/CodeGen/PowerPC/2007-02-16-InlineAsmNConstraint.ll

Chris Lattner sabre at nondot.org
Fri Feb 16 21:59:21 PST 2007



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
+ }






More information about the llvm-commits mailing list