Skip to content

Commit bb1961e

Browse files
author
Pravin Jagtap
authored
[AMDGPU] Stop using True16 profile for v_bitop3_b16 of gfx950. (#119706)
1 parent bae383b commit bb1961e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Target/AMDGPU/VOP3Instructions.td

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1296,8 +1296,7 @@ let SubtargetPredicate = isGFX12Plus in {
12961296
let SubtargetPredicate = HasBitOp3Insts in {
12971297
let isReMaterializable = 1 in {
12981298
defm V_BITOP3_B16 : VOP3Inst <"v_bitop3_b16",
1299-
VOP3_BITOP3_Profile<VOPProfile_True16<VOPProfile <[i16, i16, i16, i16, i32]>>,
1300-
VOP3_OPSEL>>;
1299+
VOP3_BITOP3_Profile<VOPProfile <[i16, i16, i16, i16, i32]>, VOP3_OPSEL>>;
13011300
defm V_BITOP3_B32 : VOP3Inst <"v_bitop3_b32",
13021301
VOP3_BITOP3_Profile<VOPProfile <[i32, i32, i32, i32, i32]>, VOP3_REGULAR>>;
13031302
}

0 commit comments

Comments
 (0)