[PATCH] D45916: Enable MachineOutliner by default under -Oz for AArch64

Jessica Paquette via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 29 10:48:56 PDT 2018


paquette updated this revision to Diff 153537.
paquette added a comment.

Updated the patch so that it relies on the changes in https://reviews.llvm.org/D48776. That patch provides the scaffolding for allowing the outliner to be turned on by default by some target. This one flips the switch on AArch64 for -Oz.


https://reviews.llvm.org/D45916

Files:
  lib/Target/AArch64/AArch64InstrInfo.cpp
  lib/Target/AArch64/AArch64InstrInfo.h
  lib/Target/AArch64/AArch64TargetMachine.cpp
  test/CodeGen/AArch64/O3-pipeline.ll
  test/CodeGen/AArch64/arm64-memset-to-bzero.ll
  test/CodeGen/AArch64/arm64-opt-remarks-lazy-bfi.ll
  test/CodeGen/AArch64/cond-sel.ll
  test/CodeGen/AArch64/machine-outliner-default.mir
  test/CodeGen/AArch64/machine-outliner-flags.ll
  test/CodeGen/AArch64/max-jump-table.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45916.153537.patch
Type: text/x-patch
Size: 8736 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180629/5ea8642a/attachment.bin>


More information about the llvm-commits mailing list