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 @@ -1848,8 +1848,7 @@ def FeatureISAVersion11_Common : FeatureSet<
18481848 FeatureImageInsts,
18491849 FeaturePackedTID,
18501850 FeatureVcmpxPermlaneHazard,
1851- FeatureMemoryAtomicFAddF32DenormalSupport,
1852- FeatureRealTrue16Insts]>;
1851+ FeatureMemoryAtomicFAddF32DenormalSupport]>;
18531852
18541853// There are few workarounds that need to be
18551854// added to all targets. This pessimizes codegen
@@ -1869,7 +1868,8 @@ def FeatureISAVersion11_0_Common : FeatureSet<
18691868 [FeatureMSAALoadDstSelBug,
18701869 FeatureVALUTransUseHazard,
18711870 FeatureMADIntraFwdBug,
1872- FeaturePrivEnabledTrap2NopBug])>;
1871+ FeaturePrivEnabledTrap2NopBug,
1872+ FeatureRealTrue16Insts])>;
18731873
18741874def FeatureISAVersion11_0_0 : FeatureSet<
18751875 !listconcat(FeatureISAVersion11_0_Common.Features,
You can’t perform that action at this time.
0 commit comments