Skip to content

Commit 2dcaebd

Browse files
committed
remove FeatureRealTrue16Insts to unblock hipCUB build
1 parent d282481 commit 2dcaebd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

llvm/lib/Target/AMDGPU/AMDGPU.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1868,8 +1868,8 @@ def FeatureISAVersion11_0_Common : FeatureSet<
18681868
[FeatureMSAALoadDstSelBug,
18691869
FeatureVALUTransUseHazard,
18701870
FeatureMADIntraFwdBug,
1871-
FeaturePrivEnabledTrap2NopBug,
1872-
FeatureRealTrue16Insts])>;
1871+
FeaturePrivEnabledTrap2NopBug
1872+
])>;
18731873

18741874
def FeatureISAVersion11_0_0 : FeatureSet<
18751875
!listconcat(FeatureISAVersion11_0_Common.Features,

llvm/test/CodeGen/AMDGPU/GlobalISel/insertelement.ll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6534,9 +6534,9 @@ define void @insert_very_small_from_very_large(<32 x i16> %L3, ptr %ptr) {
65346534
; GFX11-LABEL: insert_very_small_from_very_large:
65356535
; GFX11: ; %bb.0: ; %bb
65366536
; GFX11-NEXT: s_waitcnt vmcnt(0) expcnt(0) lgkmcnt(0)
6537-
; GFX11-NEXT: v_lshrrev_b16 v0.l, 1, v0.l
6538-
; GFX11-NEXT: v_and_b16 v0.l, v0.l, 1
6539-
; GFX11-NEXT: v_lshlrev_b16 v0.l, 1, v0.l
6537+
; GFX11-NEXT: v_lshrrev_b32_e32 v0, 1, v0
6538+
; GFX11-NEXT: v_and_b32_e32 v0, 1, v0
6539+
; GFX11-NEXT: v_lshlrev_b16 v0, 1, v0
65406540
; GFX11-NEXT: v_and_b32_e32 v0, 3, v0
65416541
; GFX11-NEXT: flat_store_b8 v[16:17], v0
65426542
; GFX11-NEXT: s_waitcnt lgkmcnt(0)

0 commit comments

Comments
 (0)