[PATCH] D80127: [ARM][MachineOutliner] Add LR RegSave mode.

Yvan Roux via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 18 08:34:37 PDT 2020


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

Outline chunks of code which need to save and restore the link register when a spare register can be used to it.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D80127

Files:
  llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
  llvm/lib/Target/ARM/ARMBaseInstrInfo.h
  llvm/test/CodeGen/ARM/machine-outliner-lr-regsave.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80127.264629.patch
Type: text/x-patch
Size: 11949 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200518/82db3d0f/attachment.bin>


More information about the llvm-commits mailing list