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

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 23 12:49:27 PDT 2018


efriedma added inline comments.


================
Comment at: lib/CodeGen/TargetPassConfig.cpp:120
+    cl::init(false),
+    cl::desc("Disable machine outliner"));
 // Enable or disable FastISel. Both options are needed, because
----------------
Instead of having two flags, can you just check getNumOccurrences()?


https://reviews.llvm.org/D45916





More information about the llvm-commits mailing list