[PATCH] D140438: [IR/MachineOutliner] Add a "nooutline" function attr and respect it

Jessica Paquette via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 22 11:45:25 PST 2022


paquette added inline comments.


================
Comment at: llvm/docs/LangRef.rst:2235-2237
+  ``"nooutline"``
+    This attribute indicates that outlining passes should not modify the
+    function.
----------------
aaron.ballman wrote:
> This broke the sphinx build (https://lab.llvm.org/buildbot/#/builders/30/builds/30072) and I think you can fix it with this suggested edit.
Oops, should be fixed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140438



More information about the llvm-commits mailing list