================
@@ -45,6 +45,8 @@ class RISCVTuneInfo {
 
   // The direction of PostRA scheduling.
   code PostRASchedDirection = TopDown;
+
+  bit EnableVTypeSchedHeuristic = 0;
----------------
mshockwave wrote:

hmmm I know we should probably do a better job managing all the (scheduler) 
knobs, but since `disable-latency-sched-heuristic` is already a subtarget 
feature, do you think vtype heuristic should be a subtarget feature as well?

https://github.com/llvm/llvm-project/pull/95924
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to