[llvm] Adding Matching and Inference Functionality to Propeller-PR4: Implement matching and inference and create clusters (PR #167622)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 24 02:19:12 PST 2025
================
@@ -272,6 +272,12 @@ static cl::opt<bool>
cl::desc("Split static data sections into hot and cold "
"sections using profile information"));
+/// Enable matching and inference when using propeller.
+static cl::opt<bool> PropellerMatchInfer(
+ "propeller-match-infer",
----------------
wdx727 wrote:
Done.
https://github.com/llvm/llvm-project/pull/167622
More information about the llvm-commits
mailing list