Skip to content

Commit

Permalink
[AMDGPU] Move FeatureMaxHardClauseLength32 into FeatureISAVersion12. …
Browse files Browse the repository at this point in the history
…NFC. (llvm#95808)
  • Loading branch information
jayfoad authored Jun 17, 2024
1 parent 3380644 commit e577f96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions llvm/lib/Target/AMDGPU/AMDGPU.td
Original file line number Diff line number Diff line change
Expand Up @@ -1168,8 +1168,7 @@ def FeatureGFX12 : GCNSubtargetFeatureGeneration<"GFX12",
FeatureNoDataDepHazard, FeaturePkFmacF16Inst,
FeatureA16, FeatureFastDenormalF32, FeatureG16,
FeatureUnalignedBufferAccess, FeatureUnalignedDSAccess,
FeatureTrue16BitInsts, FeatureDefaultComponentBroadcast,
FeatureMaxHardClauseLength32
FeatureTrue16BitInsts, FeatureDefaultComponentBroadcast
]
>;

Expand Down Expand Up @@ -1572,7 +1571,8 @@ def FeatureISAVersion12 : FeatureSet<
FeatureHasRestrictedSOffset,
FeatureVGPRSingleUseHintInsts,
FeatureScalarDwordx3Loads,
FeatureDPPSrc1SGPR]>;
FeatureDPPSrc1SGPR,
FeatureMaxHardClauseLength32]>;

def FeatureISAVersion12_Generic: FeatureSet<
!listconcat(FeatureISAVersion12.Features,
Expand Down

0 comments on commit e577f96

Please sign in to comment.