bolt/deps/llvm-18.1.8/llvm/test/CodeGen/Generic/empty-insertvalue.ll

8 lines
153 B
LLVM
Raw Normal View History

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