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 @@ -1912,7 +1912,8 @@ def FeatureISAVersion11_Common : FeatureSet<
1912
1912
FeatureImageInsts,
1913
1913
FeaturePackedTID,
1914
1914
FeatureVcmpxPermlaneHazard,
1915
- FeatureMemoryAtomicFAddF32DenormalSupport]>;
1915
+ FeatureMemoryAtomicFAddF32DenormalSupport,
1916
+ FeatureRealTrue16Insts]>;
1916
1917
1917
1918
// There are few workarounds that need to be
1918
1919
// added to all targets. This pessimizes codegen
@@ -1932,8 +1933,7 @@ def FeatureISAVersion11_0_Common : FeatureSet<
1932
1933
[FeatureMSAALoadDstSelBug,
1933
1934
FeatureVALUTransUseHazard,
1934
1935
FeatureMADIntraFwdBug,
1935
- FeaturePrivEnabledTrap2NopBug,
1936
- FeatureRealTrue16Insts])>;
1936
+ FeaturePrivEnabledTrap2NopBug])>;
1937
1937
1938
1938
def FeatureISAVersion11_0_0 : FeatureSet<
1939
1939
!listconcat(FeatureISAVersion11_0_Common.Features,
You can’t perform that action at this time.
0 commit comments