[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 07:17:31 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:
Ah, ok. Well, the benchmarking has been done (see above) so at this point it is looking very good, with a few possible improvements ("todos") left for the future...
https://github.com/llvm/llvm-project/pull/135076
More information about the llvm-commits
mailing list