[PATCH] D97515: [docs] Add documentation on using the new pass manager

Matt D. via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 26 05:12:58 PST 2021


Matt added inline comments.


================
Comment at: llvm/docs/NewPassManager.rst:24
+If you want add a loop pass that runs on all loops in a function to a
+``FunctionPassManager``, the loop pass must be wrapped in an function pass
+adaptor that goes through all the loops in the function and runs the loop
----------------
Typo: *a* function pass.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97515/new/

https://reviews.llvm.org/D97515



More information about the llvm-commits mailing list