[llvm] [AMDGPU] Enable co-exec scheduler for gfx950. (PR #193713)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 23 04:23:32 PDT 2026


================
@@ -410,6 +411,7 @@ AMDGPUCoExecSchedStrategy::AMDGPUCoExecSchedStrategy(
     const MachineSchedContext *C)
     : GCNSchedStrategy(C) {
   SchedStages.push_back(GCNSchedStageID::ILPInitialSchedule);
+  SchedStages.push_back(GCNSchedStageID::RewriteMFMAForm);
----------------
arsenm wrote:

Not related to the title 

https://github.com/llvm/llvm-project/pull/193713


More information about the llvm-commits mailing list