[llvm] [SystemZ] Add a SystemZ specific pre-RA scheduling strategy. (PR #135076)
Pengcheng Wang via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 14 02:10:42 PDT 2025
================
@@ -35,6 +35,11 @@ static cl::opt<bool> EnableMachineCombinerPass(
cl::desc("Enable the machine combiner pass"),
cl::init(true), cl::Hidden);
+static cl::opt<bool> GenericSched(
+ "generic-sched", cl::Hidden, cl::init(false),
----------------
wangpc-pp wrote:
Would it be too aggressive to make new scheduler default?
https://github.com/llvm/llvm-project/pull/135076
More information about the llvm-commits
mailing list