[PATCH] D100912: [docs][NewPM] Add section on analyses

Alina Sbirlea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 27 12:14:19 PDT 2021


asbirlea accepted this revision.
asbirlea added a comment.
This revision is now accepted and ready to land.

Thank you writing this, well written and useful doc.
No more big comments from my side, please wait to see if the others have additional comments.



================
Comment at: llvm/docs/NewPassManager.rst:202
+tradeoff due to how tightly a loop and its function are coupled. To make sure
+the function analyses loop passes use are valid, they are manually updated
+the loop passes to ensure that invalidation is not necessary. There is a set
----------------
s/updated/updated in


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