[llvm-commits] CVS: llvm/test/Regression/CodeGen/PowerPC/align.ll
Jim Laskey
jlaskey at apple.com
Thu Jun 15 12:35:19 PDT 2006
Changes in directory llvm/test/Regression/CodeGen/PowerPC:
align.ll added (r1.1)
---
Log message:
Make sure global doubles and vectors are aligned properly.
---
Diffs of the changes: (+9 -0)
align.ll | 9 +++++++++
1 files changed, 9 insertions(+)
Index: llvm/test/Regression/CodeGen/PowerPC/align.ll
diff -c /dev/null llvm/test/Regression/CodeGen/PowerPC/align.ll:1.1
*** /dev/null Thu Jun 15 14:35:17 2006
--- llvm/test/Regression/CodeGen/PowerPC/align.ll Thu Jun 15 14:35:07 2006
***************
*** 0 ****
--- 1,9 ----
+ ; RUN: llvm-as < %s | llc -march=ppc32 | grep "align.4" | wc -l | grep 1 &&
+ ; RUN: llvm-as < %s | llc -march=ppc32 | grep "align.2" | wc -l | grep 1 &&
+ ; RUN: llvm-as < %s | llc -march=ppc32 | grep "align.3" | wc -l | grep 1
+
+
+ %A = global <4 x uint> < uint 10, uint 20, uint 30, uint 40 >
+ %B = global float 1.000000e+02
+ %C = global double 2.000000e+03
+
More information about the llvm-commits
mailing list