[PATCH] D76068: [ARM][MachineOutliner] Add NoLRSave and Register modes.

Yvan Roux via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 12 08:08:42 PDT 2020


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

Outline chunks of code which doesn't need a save/restore mechanism of
the link register or use a spare register to do it.

This is a follow-up of ARM Machine Outliner support RFC D57054 <https://reviews.llvm.org/D57054> and 
should be applied on top of D76066 <https://reviews.llvm.org/D76066>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D76068

Files:
  llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
  llvm/lib/Target/ARM/ARMBaseInstrInfo.h
  llvm/test/CodeGen/ARM/machine-outliner-nosave-and-regs.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76068.249937.patch
Type: text/x-patch
Size: 13068 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200312/3bfd2634/attachment-0001.bin>


More information about the llvm-commits mailing list