We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53009ee + 75daff0 commit 4089361Copy full SHA for 4089361
llvm/lib/Target/AMDGPU/SIPreEmitPeephole.cpp
@@ -527,8 +527,6 @@ uint16_t SIPreEmitPeephole::mapToUnpackedOpcode(MachineInstr &I) {
527
return AMDGPU::V_FMA_F32_e64;
528
case AMDGPU::V_PK_MOV_B32:
529
// 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.
532
return AMDGPU::V_MOV_B32_e32;
533
default:
534
return std::numeric_limits<uint16_t>::max();
0 commit comments