We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f59448b commit 5ea94fdCopy full SHA for 5ea94fd
llvm/lib/Target/AMDGPU/AMDGPU.td
@@ -1800,7 +1800,8 @@ def FeatureISAVersion11_0_Common : FeatureSet<
1800
[FeatureMSAALoadDstSelBug,
1801
FeatureVALUTransUseHazard,
1802
FeatureMADIntraFwdBug,
1803
- FeaturePrivEnabledTrap2NopBug])>;
+ FeaturePrivEnabledTrap2NopBug,
1804
+ FeatureRealTrue16Insts])>;
1805
1806
def FeatureISAVersion11_0_0 : FeatureSet<
1807
!listconcat(FeatureISAVersion11_0_Common.Features,
0 commit comments