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.
1 parent 1af8346 commit 858234dCopy full SHA for 858234d
llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
@@ -2433,8 +2433,6 @@ void AMDGPURegisterBankInfo::applyMappingImpl(
2433
return;
2434
}
2435
2436
- // 16-bit operations are VALU only, but can be promoted to 32-bit SALU.
2437
- // Packed 16-bit operations need to be scalarized and promoted.
2438
if (DstTy.getSizeInBits() == 16 && DstBank == &AMDGPU::SGPRRegBank) {
2439
const LLT S32 = LLT::scalar(32);
2440
MachineBasicBlock *MBB = MI.getParent();
0 commit comments