[PATCH] D100912: [docs][NewPM] Add section on analyses
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 22 19:34:49 PDT 2021
aeubanks marked an inline comment as done.
aeubanks added inline comments.
================
Comment at: llvm/docs/NewPassManager.rst:259
+
+Analysis Invalidation
+=====================
----------------
ychen wrote:
> How about calling it `Dependent analysis Invalidation` or `Analysis Invalidation Propagation` or something similar? I think that's the motivation for `PassResult::invalidate`. Personally `Analysis Invalidation` reminds me of the returned `PreservedAnalyses` which is related but not exactly the same thing.
`Implementing Analysis Invalidation`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100912/new/
https://reviews.llvm.org/D100912
More information about the llvm-commits
mailing list