[llvm-commits] CVS: llvm/test/CodeGen/PowerPC/2007-02-16-AlignPacked.ll
Chris Lattner
sabre at nondot.org
Fri Feb 16 15:12:03 PST 2007
Changes in directory llvm/test/CodeGen/PowerPC:
2007-02-16-AlignPacked.ll added (r1.1)
---
Log message:
testcase for recent targetdata regression
---
Diffs of the changes: (+3 -0)
2007-02-16-AlignPacked.ll | 3 +++
1 files changed, 3 insertions(+)
Index: llvm/test/CodeGen/PowerPC/2007-02-16-AlignPacked.ll
diff -c /dev/null llvm/test/CodeGen/PowerPC/2007-02-16-AlignPacked.ll:1.1
*** /dev/null Fri Feb 16 17:11:53 2007
--- llvm/test/CodeGen/PowerPC/2007-02-16-AlignPacked.ll Fri Feb 16 17:11:43 2007
***************
*** 0 ****
--- 1,3 ----
+ ; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-apple-darwin8.8.0 | grep 'align.*3'
+
+ @X = global <{i32, i32}> <{ i32 1, i32 123 }>
More information about the llvm-commits
mailing list