bolt/deps/llvm-18.1.8/llvm/test/CodeGen/Generic/empty-insertvalue.ll
2025-02-14 19:21:04 +01:00

7 lines
153 B
LLVM

; RUN: llc < %s
define void @f() {
entry:
%0 = insertvalue { [0 x { ptr, ptr }], [0 x { ptr, i64 }] } undef, [0 x { ptr, ptr }] undef, 0
ret void
}