summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/Generic/vector-constantexpr.ll
blob: 416367fa3b52a391ff49d69426ea111f25b7c63e (plain)
1
2
3
4
5
6
7
; RUN: llc < %s
	
define void @""(ptr %inregs, ptr %outregs) {
        %a_addr.i = alloca <4 x float>          ; <ptr> [#uses=1]
        store <4 x float> < float undef, float undef, float undef, float undef >, ptr %a_addr.i
        ret void
}