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,7 +1848,8 @@ def FeatureISAVersion11_Common : FeatureSet<
1848
1848
FeatureImageInsts,
1849
1849
FeaturePackedTID,
1850
1850
FeatureVcmpxPermlaneHazard,
1851
- FeatureMemoryAtomicFAddF32DenormalSupport]>;
1851
+ FeatureMemoryAtomicFAddF32DenormalSupport,
1852
+ FeatureRealTrue16Insts]>;
1852
1853
1853
1854
// There are few workarounds that need to be
1854
1855
// added to all targets. This pessimizes codegen
@@ -1868,8 +1869,7 @@ def FeatureISAVersion11_0_Common : FeatureSet<
1868
1869
[FeatureMSAALoadDstSelBug,
1869
1870
FeatureVALUTransUseHazard,
1870
1871
FeatureMADIntraFwdBug,
1871
- FeaturePrivEnabledTrap2NopBug,
1872
- FeatureRealTrue16Insts])>;
1872
+ FeaturePrivEnabledTrap2NopBug])>;
1873
1873
1874
1874
def FeatureISAVersion11_0_0 : FeatureSet<
1875
1875
!listconcat(FeatureISAVersion11_0_Common.Features,
You can’t perform that action at this time.
0 commit comments