[llvm] [CGData][MachineOutliner] Global Outlining (PR #90074)
Kyungwoo Lee via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 27 17:10:09 PDT 2024
================
@@ -128,6 +135,19 @@ static cl::opt<bool> OutlinerLeafDescendants(
"tree as candidates for outlining (if false, only leaf children "
"are considered)"));
+static cl::opt<bool>
----------------
kyulee-com wrote:
These flags are currently added for testing purposes and are not strictly necessary. However, if everyone agrees, I am happy to remove them.
https://github.com/llvm/llvm-project/pull/90074
More information about the llvm-commits
mailing list