[llvm] Reenable sched mfma rewrite (PR #180751)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 19 11:20:48 PST 2026
================
@@ -101,7 +101,7 @@ static cl::opt<bool> PrintMaxRPRegUsageAfterScheduler(
static cl::opt<bool> DisableRewriteMFMAFormSchedStage(
"amdgpu-disable-rewrite-mfma-form-sched-stage", cl::Hidden,
- cl::desc("Disable rewrie mfma rewrite scheduling stage"), cl::init(true));
+ cl::desc("Disable rewrie mfma rewrite scheduling stage"), cl::init(false));
----------------
arsenm wrote:
The flag flip should be done independently of other changes
https://github.com/llvm/llvm-project/pull/180751
More information about the llvm-commits
mailing list