diff options
Diffstat (limited to 'test/CodeGen/Generic/vector-constantexpr.ll')
-rw-r--r-- | test/CodeGen/Generic/vector-constantexpr.ll | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/CodeGen/Generic/vector-constantexpr.ll b/test/CodeGen/Generic/vector-constantexpr.ll new file mode 100644 index 0000000..d8e0258 --- /dev/null +++ b/test/CodeGen/Generic/vector-constantexpr.ll @@ -0,0 +1,7 @@ +; RUN: llc < %s + +define void @""(float* %inregs, float* %outregs) { + %a_addr.i = alloca <4 x float> ; <<4 x float>*> [#uses=1] + store <4 x float> < float undef, float undef, float undef, float undef >, <4 x float>* %a_addr.i + ret void +} |