xref: /llvm-project/llvm/test/CodeGen/Generic/vector-constantexpr.ll (revision 0e8bd5a44a1bd8034706189b49a7a816c59304cd)
1; RUN: llc < %s
2
3define void @""(ptr %inregs, ptr %outregs) {
4        %a_addr.i = alloca <4 x float>          ; <ptr> [#uses=1]
5        store <4 x float> < float undef, float undef, float undef, float undef >, ptr %a_addr.i
6        ret void
7}
8