[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
Fri Dec 23 06:26:58 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.
----------------
paquette wrote:
> 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.
Thank you! I confirmed everything is good again.
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