Skip to content

Commit a984536

Browse files
committed
[AMDGPU][True16] turn on true16 for all gfx11 devices (llvm#143518)
A follow up patch from llvm#140736. Set default true16 mode from gfx110x to all gfx11 devices. Tests has been address in preivous patches.
1 parent 7e77788 commit a984536

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/lib/Target/AMDGPU/AMDGPU.td

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1912,7 +1912,8 @@ def FeatureISAVersion11_Common : FeatureSet<
19121912
FeatureImageInsts,
19131913
FeaturePackedTID,
19141914
FeatureVcmpxPermlaneHazard,
1915-
FeatureMemoryAtomicFAddF32DenormalSupport]>;
1915+
FeatureMemoryAtomicFAddF32DenormalSupport,
1916+
FeatureRealTrue16Insts]>;
19161917

19171918
// There are few workarounds that need to be
19181919
// added to all targets. This pessimizes codegen
@@ -1932,8 +1933,7 @@ def FeatureISAVersion11_0_Common : FeatureSet<
19321933
[FeatureMSAALoadDstSelBug,
19331934
FeatureVALUTransUseHazard,
19341935
FeatureMADIntraFwdBug,
1935-
FeaturePrivEnabledTrap2NopBug,
1936-
FeatureRealTrue16Insts])>;
1936+
FeaturePrivEnabledTrap2NopBug])>;
19371937

19381938
def FeatureISAVersion11_0_0 : FeatureSet<
19391939
!listconcat(FeatureISAVersion11_0_Common.Features,

0 commit comments

Comments
 (0)