[llvm] [SystemZ] Add a SystemZ specific pre-RA scheduling strategy. (PR #135076)
Jonas Paulsson via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 14 06:57:35 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),
----------------
JonPsson1 wrote:
It actually is: -generic-sched would run GenericScheduler instead of this...
https://github.com/llvm/llvm-project/pull/135076
More information about the llvm-commits
mailing list