brintos

brintos / llvm-project-archived public Read only

0
0
Text · 244 B · 416367f Raw
8 lines · plain
1; RUN: llc < %s2	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.i6        ret void7}8