Skip to content

Commit b99ae40

Browse files
authored
Revert part of d257e57. (llvm#2654)
The changes introduced in the d257e57 caused a regression on gfx1100 at -O0. The compilation of all code containing OpenMP target construct was failing. Please see further details in llvm#2499. The author of the commit @guochen2_amdeng has asked me to revert this part of the commit to fix the regression.
2 parents 47cf464 + 73f3597 commit b99ae40

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Target/AMDGPU/AMDGPU.td

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

18061805
def FeatureISAVersion11_0_0 : FeatureSet<
18071806
!listconcat(FeatureISAVersion11_0_Common.Features,

0 commit comments

Comments
 (0)