Skip to content

Commit e577f96

Browse files
authored
[AMDGPU] Move FeatureMaxHardClauseLength32 into FeatureISAVersion12. NFC. (llvm#95808)
1 parent 3380644 commit e577f96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/lib/Target/AMDGPU/AMDGPU.td

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1168,8 +1168,7 @@ def FeatureGFX12 : GCNSubtargetFeatureGeneration<"GFX12",
11681168
FeatureNoDataDepHazard, FeaturePkFmacF16Inst,
11691169
FeatureA16, FeatureFastDenormalF32, FeatureG16,
11701170
FeatureUnalignedBufferAccess, FeatureUnalignedDSAccess,
1171-
FeatureTrue16BitInsts, FeatureDefaultComponentBroadcast,
1172-
FeatureMaxHardClauseLength32
1171+
FeatureTrue16BitInsts, FeatureDefaultComponentBroadcast
11731172
]
11741173
>;
11751174

@@ -1572,7 +1571,8 @@ def FeatureISAVersion12 : FeatureSet<
15721571
FeatureHasRestrictedSOffset,
15731572
FeatureVGPRSingleUseHintInsts,
15741573
FeatureScalarDwordx3Loads,
1575-
FeatureDPPSrc1SGPR]>;
1574+
FeatureDPPSrc1SGPR,
1575+
FeatureMaxHardClauseLength32]>;
15761576

15771577
def FeatureISAVersion12_Generic: FeatureSet<
15781578
!listconcat(FeatureISAVersion12.Features,

0 commit comments

Comments
 (0)