[PATCH] D127913: [NFC] [HWASan] Remove indirection for getting analyses.
Florian Mayer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 21 14:32:56 PDT 2022
fmayer added a comment.
In D127913#3600203 <https://reviews.llvm.org/D127913#3600203>, @myhsu wrote:
> Mostly LG. Just curious if the analysis results would be invalidated between GetDT/GetPDT calls (in the original code)?
No, we only invalidate all analyses at the end of the pass if we did any changes, by returning PreservedAnalyses::none(). Nothing within the pass manually invalidates analyses.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127913/new/
https://reviews.llvm.org/D127913
More information about the llvm-commits
mailing list