[PATCH] D76066: [ARM][MachineOutliner] Add Machine Outliner support for ARM

Yvan Roux via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 29 08:00:59 PDT 2020


yroux updated this revision to Diff 260916.
yroux edited the summary of this revision.
yroux added a comment.

Here is a new update of the patch.

I remove the logic to disable LowOverheadLoops pass since Eli has added the live-ins infos inside outlined functions in D78605 <https://reviews.llvm.org/D78605>.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76066

Files:
  clang/lib/Driver/ToolChains/Clang.cpp
  llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
  llvm/lib/Target/ARM/ARMBaseInstrInfo.h
  llvm/lib/Target/ARM/ARMTargetMachine.cpp
  llvm/test/CodeGen/ARM/machine-outliner-tail.ll
  llvm/test/CodeGen/ARM/machine-outliner-thunk.ll
  llvm/test/CodeGen/ARM/machine-outliner-unoutlinable.mir
  llvm/test/CodeGen/ARM/machine-outliner-unsafe-registers.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76066.260916.patch
Type: text/x-patch
Size: 32978 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200429/3ed8fbc2/attachment-0001.bin>


More information about the cfe-commits mailing list