[llvm-branch-commits] [llvm] [RISCV] Schedule RVV instructions with compatible type first (PR #95924)
Luke Lau via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Jan 7 23:03:53 PST 2026
================
@@ -1834,6 +1843,10 @@ def TuneDisableLatencySchedHeuristic
: SubtargetFeature<"disable-latency-sched-heuristic", "DisableLatencySchedHeuristic", "true",
"Disable latency scheduling heuristic">;
+def TuneEnableVTypeSchedHeuristic
+ : SubtargetFeature<"enable-vtype-sched-heuristic", "EnableVTypeSchedHeuristic", "true",
----------------
lukel97 wrote:
Rename this something like `enable-vsetvli-sched-heuristic`?
https://github.com/llvm/llvm-project/pull/95924
More information about the llvm-branch-commits
mailing list