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

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 26 17:23:50 PDT 2018


efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.

LGTM.



================
Comment at: test/CodeGen/AArch64/O3-pipeline.ll:158
+; CHECK-NEXT:     Machine Outliner
+; CHECK-NEXT:     FunctionPass Manager
 ; CHECK-NEXT:       Lazy Machine Block Frequency Analysis
----------------
I'm a little concerned about the impact of this change on peak memory usage, but hopefully it isn't a big deal in practice.


https://reviews.llvm.org/D45916





More information about the llvm-commits mailing list