[llvm-commits] CVS: llvm/test/Regression/Transforms/LICM/2005-03-24-LICM-Aggregate-Crash.ll

Chris Lattner lattner at cs.uiuc.edu
Thu Mar 24 21:49:29 PST 2005



Changes in directory llvm/test/Regression/Transforms/LICM:

2005-03-24-LICM-Aggregate-Crash.ll added (r1.1)
---
Log message:

New testcase that crashes licm.


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

 2005-03-24-LICM-Aggregate-Crash.ll |   10 ++++++++++
 1 files changed, 10 insertions(+)


Index: llvm/test/Regression/Transforms/LICM/2005-03-24-LICM-Aggregate-Crash.ll
diff -c /dev/null llvm/test/Regression/Transforms/LICM/2005-03-24-LICM-Aggregate-Crash.ll:1.1
*** /dev/null	Thu Mar 24 23:49:23 2005
--- llvm/test/Regression/Transforms/LICM/2005-03-24-LICM-Aggregate-Crash.ll	Thu Mar 24 23:49:13 2005
***************
*** 0 ****
--- 1,10 ----
+ ; RUN: llvm-as < %s | opt -licm -disable-output
+ 
+ void %test({int}* %P) {
+ 	br label %Loop
+ 
+ Loop:
+ 	free {int}* %P
+ 	br label %Loop
+ }
+ 






More information about the llvm-commits mailing list