[llvm] Add DebugSSAUpdater class to track debug value liveness (PR #134055)
Stephen Tozer via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 2 02:30:44 PDT 2025
SLTozer wrote:
Just noting that the undef deprecator comment above is incorrect - this code doesn't contain instances of `UndefValue` but uses the text "undef" as in the term typically used in debug info to refer to undefined values - whether or not this needs to change, I'll leave to reviewers.
https://github.com/llvm/llvm-project/pull/134055
More information about the llvm-commits
mailing list