[PATCH] D80264: [Instruction] Set metadata uses to undef on deletion
Vedant Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 20 17:08:04 PDT 2020
vsk added a comment.
I forgot to add: a third alternative is to stop treating "dbg.value(metadata !{}, ...)" as trivially dead, but that seems not as nice, because then we'd have two representations for the same thing (c.f. "dbg.value(metadata <ty> undef, ...)".
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80264/new/
https://reviews.llvm.org/D80264
More information about the llvm-commits
mailing list