[PATCH] D140438: [IR/MachineOutliner] Add a "nooutline" function attr and respect it
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 20 15:29:56 PST 2022
arsenm added inline comments.
================
Comment at: llvm/docs/LangRef.rst:1841
+``nooutline``
+ This attribute indicates that no outliner pass should ever outline from
+ this function in any situation.
----------------
"should ever"
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140438/new/
https://reviews.llvm.org/D140438
More information about the llvm-commits
mailing list