[llvm] [AMDGPU] Set total VGPRs to 1536 for gfx12 (PR #96272)

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 21 01:46:49 PDT 2024


================
@@ -1572,7 +1572,8 @@ def FeatureISAVersion12 : FeatureSet<
    FeatureVGPRSingleUseHintInsts,
    FeatureScalarDwordx3Loads,
    FeatureDPPSrc1SGPR,
-   FeatureMaxHardClauseLength32]>;
+   FeatureMaxHardClauseLength32,
+   Feature1_5xVGPRs]>;
----------------
jayfoad wrote:

Yes it is true for gfx1200 and gfx1201.

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


More information about the llvm-commits mailing list