[llvm] [llvm][CodeGen] Add a new software pipeliner 'Window Scheduler' (PR #84443)
Yingwei Zheng via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 25 01:10:27 PDT 2024
================
@@ -199,6 +199,9 @@ class TargetSubtargetInfo : public MCSubtargetInfo {
/// True if the subtarget should run MachinePipeliner
virtual bool enableMachinePipeliner() const { return true; };
+ /// True if the subtarget should run WindowScheduler.
+ virtual bool enableWindowScheduler() const { return true; }
----------------
dtcxzyw wrote:
Reverse ping :)
https://github.com/llvm/llvm-project/pull/84443
More information about the llvm-commits
mailing list