
Metadata that references unsupported constant expressions can be represented with `poison` metadata instead of `undef` metadata.
5 lines
219 B
LLVM
5 lines
219 B
LLVM
; RUN: llvm-dis -expand-constant-exprs < %S/Inputs/constexpr-to-instr-metadata.bc | FileCheck %s
|
|
|
|
; CHECK-LABEL: define void @test() {
|
|
; CHECK: #dbg_value(i64 poison, !4, !DIExpression(DW_OP_LLVM_fragment, 64, 64), !13
|