Skip to content

Commit 3635048

Browse files
committed
remove comment
1 parent 55e2517 commit 3635048

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2433,8 +2433,6 @@ void AMDGPURegisterBankInfo::applyMappingImpl(
24332433
return;
24342434
}
24352435

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.
24382436
if (DstTy.getSizeInBits() == 16 && DstBank == &AMDGPU::SGPRRegBank) {
24392437
const LLT S32 = LLT::scalar(32);
24402438
MachineBasicBlock *MBB = MI.getParent();

0 commit comments

Comments
 (0)