File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 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",
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
15771577def FeatureISAVersion12_Generic: FeatureSet<
15781578 !listconcat(FeatureISAVersion12.Features,
You can’t perform that action at this time.
0 commit comments