[PATCH] D76069: [ARM][MachineOutliner] Add default mode.
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: danielkiss, hiraditya, kristof.beyls.
Herald added a project: LLVM.
Use the stack to save and restore the link register when there is no
available 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 D76068 <https://reviews.llvm.org/D76068>
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D76069
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: D76069.249940.patch
Type: text/x-patch
Size: 14173 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200312/33f16e72/attachment-0001.bin>
More information about the llvm-commits
mailing list