File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1168,8 +1168,7 @@ def FeatureGFX12 : GCNSubtargetFeatureGeneration<"GFX12",
1168
1168
FeatureNoDataDepHazard, FeaturePkFmacF16Inst,
1169
1169
FeatureA16, FeatureFastDenormalF32, FeatureG16,
1170
1170
FeatureUnalignedBufferAccess, FeatureUnalignedDSAccess,
1171
- FeatureTrue16BitInsts, FeatureDefaultComponentBroadcast,
1172
- FeatureMaxHardClauseLength32
1171
+ FeatureTrue16BitInsts, FeatureDefaultComponentBroadcast
1173
1172
]
1174
1173
>;
1175
1174
@@ -1572,7 +1571,8 @@ def FeatureISAVersion12 : FeatureSet<
1572
1571
FeatureHasRestrictedSOffset,
1573
1572
FeatureVGPRSingleUseHintInsts,
1574
1573
FeatureScalarDwordx3Loads,
1575
- FeatureDPPSrc1SGPR]>;
1574
+ FeatureDPPSrc1SGPR,
1575
+ FeatureMaxHardClauseLength32]>;
1576
1576
1577
1577
def FeatureISAVersion12_Generic: FeatureSet<
1578
1578
!listconcat(FeatureISAVersion12.Features,
You can’t perform that action at this time.
0 commit comments