Skip to content

Commit 4089361

Browse files
committed
Merge branch 'users/akadutta/amdgpu/v_pk_mov_b32_unpack' of https://github.com/akadutta/llvm-project into users/akadutta/amdgpu/v_pk_mov_b32_unpack
2 parents 53009ee + 75daff0 commit 4089361

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/Target/AMDGPU/SIPreEmitPeephole.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -527,8 +527,6 @@ uint16_t SIPreEmitPeephole::mapToUnpackedOpcode(MachineInstr &I) {
527527
return AMDGPU::V_FMA_F32_e64;
528528
case AMDGPU::V_PK_MOV_B32:
529529
// Source modifiers aren't handled for MOV due to prevailing restrictions.
530-
// Hence, 64-bit encoding isn't necessary. Will create unnecessary
531-
// instruction cache pressure.
532530
return AMDGPU::V_MOV_B32_e32;
533531
default:
534532
return std::numeric_limits<uint16_t>::max();

0 commit comments

Comments
 (0)