[llvm-commits] CVS: llvm/test/Regression/Transforms/BasicAA/2003-06-01-AliasCrash.ll

Chris Lattner lattner at cs.uiuc.edu
Sun Jun 1 23:59:01 PDT 2003


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

2003-06-01-AliasCrash.ll added (r1.1)

---
Log message:

New testcase, reduced from 300.twolf by bugpoint


---
Diffs of the changes:

Index: llvm/test/Regression/Transforms/BasicAA/2003-06-01-AliasCrash.ll
diff -c /dev/null llvm/test/Regression/Transforms/BasicAA/2003-06-01-AliasCrash.ll:1.1
*** /dev/null	Sun Jun  1 23:58:33 2003
--- llvm/test/Regression/Transforms/BasicAA/2003-06-01-AliasCrash.ll	Sun Jun  1 23:58:23 2003
***************
*** 0 ****
--- 1,11 ----
+ ; RUN: as < %s | opt -basicaa -aa-eval
+ 
+ int %MTConcat([3 x int]* %a.1) {
+ 	%tmp.961 = getelementptr [3 x int]* %a.1, long 0, long 4
+ 	%tmp.97 = load int* %tmp.961
+ 	%tmp.119 = getelementptr [3 x int]* %a.1, long 1, long 0
+ 	%tmp.120 = load int* %tmp.119
+ 	%tmp.1541 = getelementptr [3 x int]* %a.1, long 0, long 4
+ 	%tmp.155 = load int* %tmp.1541
+ 	ret int 0
+ }





More information about the llvm-commits mailing list