Skip to content

Commit 9aaa68b

Browse files
committed
turn t16 as default on gfx1100
1 parent 6074d83 commit 9aaa68b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/Target/AMDGPU/AMDGPU.td

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1800,7 +1800,8 @@ def FeatureISAVersion11_0_Common : FeatureSet<
18001800
[FeatureMSAALoadDstSelBug,
18011801
FeatureVALUTransUseHazard,
18021802
FeatureMADIntraFwdBug,
1803-
FeaturePrivEnabledTrap2NopBug])>;
1803+
FeaturePrivEnabledTrap2NopBug,
1804+
FeatureRealTrue16Insts])>;
18041805

18051806
def FeatureISAVersion11_0_0 : FeatureSet<
18061807
!listconcat(FeatureISAVersion11_0_Common.Features,

0 commit comments

Comments
 (0)