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

Aaron Ballman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 22 11:27:39 PST 2022


aaron.ballman added inline comments.


================
Comment at: llvm/docs/LangRef.rst:2235-2237
+  ``"nooutline"``
+    This attribute indicates that outlining passes should not modify the
+    function.
----------------
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.


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