[clang] [compiler-rt] [llvm] [TSan] Add escape analysis for redundant instrumentation elimination (PR #169896)
Alexey Paznikov via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 15 23:53:15 PDT 2026
apaznikov wrote:
Gentle ping. @vitalybuka, @dvyukov , @melver — I have addressed the previous feedback by extracting the Escape Analysis into this standalone patch and moving it to llvm/Analysis. The TSan-specific integration will be moved to a follow-up patch to keep this one focused on the analysis itself.
https://github.com/llvm/llvm-project/pull/169896
More information about the cfe-commits
mailing list