You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
268 B
8 lines
268 B
4 months ago
|
; 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
|
||
|
}
|