hanchenye-llvm-project/llvm/test/CodeGen/Generic/vector-constantexpr.ll

8 lines
268 B
LLVM
Raw Normal View History

; RUN: llc < %s
2006-03-29 08:12:08 +08:00
define void @""(float* %inregs, float* %outregs) {
2006-03-29 08:12:08 +08:00
%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
2006-03-29 08:12:08 +08:00
ret void
}