[PATCH] D92933: [ARM][MachineOutliner] Handle stack usage.

Yvan Roux via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 9 04:43:00 PST 2020


yroux created this revision.
yroux added reviewers: samparker, paquette, efriedma.
Herald added subscribers: danielkiss, hiraditya, kristof.beyls.
yroux requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Outline instructions which use SP when the stack layout is not modified by the save of LR.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D92933

Files:
  llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
  llvm/test/CodeGen/ARM/machine-outliner-calls.mir
  llvm/test/CodeGen/ARM/machine-outliner-stack-use.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92933.310500.patch
Type: text/x-patch
Size: 13787 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201209/c4e1e4f8/attachment.bin>


More information about the llvm-commits mailing list