Skip to content

Commit 944dd0d

Browse files
committed
delete todo
1 parent 12ab39a commit 944dd0d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/Target/RISCV/GISel/RISCVInstructionSelector.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -844,8 +844,6 @@ const TargetRegisterClass *RISCVInstructionSelector::getRegClassForTypeOnBank(
844844
return &RISCV::FPR64RegClass;
845845
}
846846

847-
// TODO: Non-GPR register classes.
848-
849847
if (RB.getID() == RISCV::VRBRegBankID) {
850848
if (Ty.getSizeInBits().getKnownMinValue() <= 64)
851849
return &RISCV::VRRegClass;

0 commit comments

Comments
 (0)