[llvm-commits] CVS: llvm/test/Regression/Jello/2003-08-15-AllocaAssertion.ll

Chris Lattner lattner at cs.uiuc.edu
Fri Aug 15 17:38:02 PDT 2003


Changes in directory llvm/test/Regression/Jello:

2003-08-15-AllocaAssertion.ll added (r1.1)

---
Log message:

New testcase identified by misha, distilled from the 'ls' program


---
Diffs of the changes:

Index: llvm/test/Regression/Jello/2003-08-15-AllocaAssertion.ll
diff -c /dev/null llvm/test/Regression/Jello/2003-08-15-AllocaAssertion.ll:1.1
*** /dev/null	Fri Aug 15 17:37:05 2003
--- llvm/test/Regression/Jello/2003-08-15-AllocaAssertion.ll	Fri Aug 15 17:36:55 2003
***************
*** 0 ****
--- 1,9 ----
+ ; This testcase failed to work because two variable sized allocas confused the
+ ; local register allocator.
+ 
+ int %main(uint %X) {
+   %A = alloca uint, uint %X
+ 
+   %B = alloca float, uint %X
+   ret int 0
+ }





More information about the llvm-commits mailing list