[PATCH] D136774: [Outliner] Add an option to only enable outlining of patterns above a certain threshold

Puyan Lotfi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 17 18:27:01 PDT 2023


plotfi added inline comments.


================
Comment at: llvm/lib/CodeGen/MachineOutliner.cpp:121
+    "outliner-benefit-threshold", cl::init(1), cl::Hidden,
+    cl::desc("The minimum size before an outlining candidate is accpeted"));
+
----------------
paquette wrote:
> 
What is the size in? Instructions? Bytes? 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136774



More information about the llvm-commits mailing list