mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-01 03:56:09 +00:00
8 lines
244 B
LLVM
8 lines
244 B
LLVM
; 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
|
|
}
|