[llvm] [AMDGPU] Enable WMMA256bInsts + Wave32 for gfx1200/gfx1201 + SISchedule fix + TargetParser gfx1200 propagation (PR #202093)
Krzysztof Drewniak via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 8 23:15:47 PDT 2026
================
@@ -2818,7 +2818,6 @@ def NotNeedsAlignedVGPRs : Predicate<"!Subtarget->needsAlignedVGPRs()">,
AssemblerPredicate<(all_of (not FeatureRequiresAlignedVGPRs))>;
def isWave32 : Predicate<"Subtarget->isWave32()">,
- AssemblerPredicate <(any_of FeatureWavefrontSize32,
----------------
krzysz00 wrote:
... this seems extremely suspicious
https://github.com/llvm/llvm-project/pull/202093
More information about the llvm-commits
mailing list