[PATCH] D100912: [docs][NewPM] Add section on analyses
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 4 10:22:29 PDT 2021
aeubanks added inline comments.
================
Comment at: llvm/docs/NewPassManager.rst:152
+can query for analyses. Querying for an analysis will cause the manager to
+check if it has already computed the result for the requested IR. If it does
+and the result is still valid, it will return that. Otherwise it will
----------------
Matt wrote:
> s/does/has
thanks, fixed in 0172b1389ecfef2140d459db68f564125d5d41b6
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