[PATCH] D100912: [docs][NewPM] Add section on analyses
Matt D. via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 4 06:35:26 PDT 2021
Matt 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
----------------
s/does/has
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