[llvm] [DebugInfo][AT] Treat escaping calls as untagged stores in assignment tracking (PR #183979)
Orlando Cazalet-Hyams via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 10 06:30:46 PDT 2026
https://github.com/OCHyams approved this pull request.
LGTM, thanks
I think compile-time-tracker doesn't cover a configuration that includes assignment tracking (they're either not debug, or debug at O0 or with LTO).
Looking at the code I think the chance of a compile time regression is very low, but would you be able to perform a quick check that compile time isn't obviously impacted before merging this? For example using CTMark, or building one or two of the larger files in Clang/LLVM under `perf`, to catch any obvious regression.
https://github.com/llvm/llvm-project/pull/183979
More information about the llvm-commits
mailing list