bolt/deps/llvm-18.1.8/llvm/test/CodeGen/Generic/vector-constantexpr.ll

8 lines
244 B
LLVM
Raw Normal View History

2025-02-14 19:21:04 +01:00
; 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
}