[PATCH] D113196: [NewPM] Make eager analysis invalidation per-adaptor
Alina Sbirlea via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 4 10:57:27 PDT 2021
asbirlea added a comment.
This change's numbers look better overall. The compile-time regressions are smaller across the board and the memory gains are still there, in some cases reduced and in some cases improved. I don't think the level of noise is that high.
Overall, this change is the right approach both conceptually (only invalidate in these adaptors) and given the practical results.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113196/new/
https://reviews.llvm.org/D113196
More information about the llvm-commits
mailing list