[llvm] [AMDGPU] Enable WMMA256bInsts + Wave32 for gfx1200/gfx1201 + SISchedule fix + TargetParser gfx1200 propagation (PR #202093)
Alexandra Munkes via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 8 02:09:46 PDT 2026
================
@@ -494,6 +494,20 @@ def : HWWriteRes<WriteSALUDummy, [HWSALU], 2>;
} // End SchedModel = GFX12SpeedModel
+let SchedModel = GFX12SpeedModel in {
----------------
Malexandra-de wrote:
Correct me if I'm wrong, but the way this code is written, it should completely overwrite the already existing GFX12SpeedModel, which looks counterproductive
https://github.com/llvm/llvm-project/pull/202093
More information about the llvm-commits
mailing list