[PATCH] D49884: [MachineOutliner] Add support for saving LR to a callee-saved register

Jessica Paquette via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 27 17:19:08 PDT 2018


paquette updated this revision to Diff 157814.
paquette marked an inline comment as done.
paquette added a comment.

Updated the diff. We now just look over the GPR64 register class instead of callee-saves.


https://reviews.llvm.org/D49884

Files:
  include/llvm/CodeGen/MachineOutliner.h
  lib/Target/AArch64/AArch64InstrInfo.cpp
  lib/Target/AArch64/AArch64InstrInfo.h
  test/CodeGen/AArch64/machine-outliner-regsave.mir
  test/CodeGen/AArch64/machine-outliner.ll
  test/CodeGen/AArch64/machine-outliner.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49884.157814.patch
Type: text/x-patch
Size: 19488 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180728/3a5cd4f2/attachment.bin>


More information about the llvm-commits mailing list