This helps towards the effort to remove UndefValue from LLVM.
Related to https://discourse.llvm.org/t/auto-undef-debug-uses-of-a-deleted-value
Paths
| Differential D140991
[DebugInfo] Replace UndefValue with PoisonValue in DIArgList::handleChangedOperand ClosedPublic Authored by Orlando on Jan 4 2023, 7:17 AM.
Details Summary This helps towards the effort to remove UndefValue from LLVM. Related to https://discourse.llvm.org/t/auto-undef-debug-uses-of-a-deleted-value
Diff Detail Event TimelineThis revision is now accepted and ready to land.Jan 4 2023, 8:48 AM This revision was landed with ongoing or failed builds.Apr 25 2023, 8:20 AM Closed by commit rG65d71ee3cfa7: [DebugInfo] Replace UndefValue with PoisonValue in DIArgList… (authored by Orlando). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 486283 llvm/lib/IR/DebugInfoMetadata.cpp
llvm/test/Transforms/GlobalOpt/deadglobal-diarglist-use.ll
|