[llvm] Reenable sched mfma rewrite (PR #180751)
Tony Linthicum via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 19 11:52:29 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));
----------------
tlinthic wrote:
Done.
https://github.com/llvm/llvm-project/pull/180751
More information about the llvm-commits
mailing list