Skip to content

Commit 7e77788

Browse files
committed
[AMDGPU][True16] set true16 mode as default on gfx110x (llvm#140736)
Add RealTrue16Insts to FeatureISAVersion11_0_Common and set true16 mode as default on gfx110x.
1 parent 3205d53 commit 7e77788

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/AMDGPU/AMDGPU.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1932,8 +1932,8 @@ def FeatureISAVersion11_0_Common : FeatureSet<
19321932
[FeatureMSAALoadDstSelBug,
19331933
FeatureVALUTransUseHazard,
19341934
FeatureMADIntraFwdBug,
1935-
FeaturePrivEnabledTrap2NopBug
1936-
])>;
1935+
FeaturePrivEnabledTrap2NopBug,
1936+
FeatureRealTrue16Insts])>;
19371937

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

0 commit comments

Comments
 (0)