File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1547,7 +1547,8 @@ def FeatureISAVersion11_Common : FeatureSet<
15471547 FeatureFlatAtomicFaddF32Inst,
15481548 FeatureImageInsts,
15491549 FeaturePackedTID,
1550- FeatureVcmpxPermlaneHazard]>;
1550+ FeatureVcmpxPermlaneHazard,
1551+ FeatureMemoryAtomicFaddF32DenormalSupport]>;
15511552
15521553// There are few workarounds that need to be
15531554// added to all targets. This pessimizes codegen
@@ -1640,7 +1641,7 @@ def FeatureISAVersion12 : FeatureSet<
16401641 FeatureDPPSrc1SGPR,
16411642 FeatureMaxHardClauseLength32,
16421643 Feature1_5xVGPRs,
1643- FeatureMemoryAtomicFaddF32DenormalSupport]>;
1644+ FeatureMemoryAtomicFaddF32DenormalSupport
16441645 ]>;
16451646
16461647def FeatureISAVersion12_Generic: FeatureSet<
You can’t perform that action at this time.
0 commit comments