Skip to content

Commit 0c804da

Browse files
authored
[AMDGPU][True16] turn on true16 for all gfx11 devices (#143518)
A follow up patch from #140736. Set default true16 mode from gfx110x to all gfx11 devices. Tests has been address in preivous patches.
1 parent 12a3afe commit 0c804da

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
@@ -1848,7 +1848,8 @@ def FeatureISAVersion11_Common : FeatureSet<
18481848
FeatureImageInsts,
18491849
FeaturePackedTID,
18501850
FeatureVcmpxPermlaneHazard,
1851-
FeatureMemoryAtomicFAddF32DenormalSupport]>;
1851+
FeatureMemoryAtomicFAddF32DenormalSupport,
1852+
FeatureRealTrue16Insts]>;
18521853

18531854
// There are few workarounds that need to be
18541855
// added to all targets. This pessimizes codegen
@@ -1868,8 +1869,7 @@ def FeatureISAVersion11_0_Common : FeatureSet<
18681869
[FeatureMSAALoadDstSelBug,
18691870
FeatureVALUTransUseHazard,
18701871
FeatureMADIntraFwdBug,
1871-
FeaturePrivEnabledTrap2NopBug,
1872-
FeatureRealTrue16Insts])>;
1872+
FeaturePrivEnabledTrap2NopBug])>;
18731873

18741874
def FeatureISAVersion11_0_0 : FeatureSet<
18751875
!listconcat(FeatureISAVersion11_0_Common.Features,

0 commit comments

Comments
 (0)