[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
Wed Dec 21 11:15:23 PST 2022


paquette updated this revision to Diff 484630.
paquette added a comment.

- Remove typed pointers from IR test
- Move the attribute in the docs and mark it as a string
- Remove unnecessary check for empty function in the MachineOutliner
- Improve wording in docs


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

https://reviews.llvm.org/D140438

Files:
  llvm/docs/LangRef.rst
  llvm/lib/CodeGen/MachineOutliner.cpp
  llvm/lib/Transforms/IPO/IROutliner.cpp
  llvm/test/CodeGen/AArch64/machine-outliner-nooutline-attribute.mir
  llvm/test/Transforms/IROutliner/nooutline-attribute.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140438.484630.patch
Type: text/x-patch
Size: 5000 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221221/47a8e450/attachment.bin>


More information about the llvm-commits mailing list