[llvm-commits] CVS: llvm/test/Regression/CodeGen/SparcV9/2004-06-10-SpillNull.llx
Brian Gaeke
gaeke at cs.uiuc.edu
Thu Jun 10 21:17:09 PDT 2004
Changes in directory llvm/test/Regression/CodeGen/SparcV9:
2004-06-10-SpillNull.llx added (r1.1)
---
Log message:
Test case for PR368: http://llvm.cs.uiuc.edu/PR368
---
Diffs of the changes: (+11 -0)
Index: llvm/test/Regression/CodeGen/SparcV9/2004-06-10-SpillNull.llx
diff -c /dev/null llvm/test/Regression/CodeGen/SparcV9/2004-06-10-SpillNull.llx:1.1
*** /dev/null Thu Jun 10 21:11:53 2004
--- llvm/test/Regression/CodeGen/SparcV9/2004-06-10-SpillNull.llx Thu Jun 10 21:11:43 2004
***************
*** 0 ****
--- 1,11 ----
+ ; RUN: llvm-as < %s | llc -march=sparcv9 | not grep 'CPI'
+ ; PR368 - make sure nulls are not spilled to constant pool
+
+ implementation
+
+ declare void %foobar (sbyte* %arg)
+
+ void %caller () {
+ call void %foobar (sbyte* null)
+ ret void
+ }
More information about the llvm-commits
mailing list