Skip to content

Commit 73f3597

Browse files
committed
Revert part of d257e57.
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 https://github.com/AMD-Lightning-Internal/llvm-project/pull/2499. The author of the commit has asked me to revert this part of the commit to fix the regression.
1 parent f355df4 commit 73f3597

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)