[llvm-commits] CVS: llvm/test/Regression/CodeGen/Generic/vector-constantexpr.ll
Chris Lattner
lattner at cs.uiuc.edu
Tue Mar 28 16:12:20 PST 2006
Changes in directory llvm/test/Regression/CodeGen/Generic:
vector-constantexpr.ll added (r1.1)
---
Log message:
new testcase
---
Diffs of the changes: (+10 -0)
vector-constantexpr.ll | 10 ++++++++++
1 files changed, 10 insertions(+)
Index: llvm/test/Regression/CodeGen/Generic/vector-constantexpr.ll
diff -c /dev/null llvm/test/Regression/CodeGen/Generic/vector-constantexpr.ll:1.1
*** /dev/null Tue Mar 28 18:12:18 2006
--- llvm/test/Regression/CodeGen/Generic/vector-constantexpr.ll Tue Mar 28 18:12:08 2006
***************
*** 0 ****
--- 1,10 ----
+ ; RUN: llvm-as < %s | llc
+
+ void ""(float* %inregs, float* %outregs) {
+ %a_addr.i = alloca <4 x float> ; <<4 x float>*> [#uses=1]
+ store <4 x float> < float extractelement (<4 x float> undef, uint 3), float extractelement (<4 x float> undef, uint 0), float extractelement (<4 x float> undef, uint 1), float extractelement (<4 x float> undef, uint 2) >, <4 x float>* %a_addr.i
+ ret void
+ }
+
+
+
More information about the llvm-commits
mailing list