Skip to content

Commit 177d866

Browse files
committed
partial mapping VRB64 is for LMUL=1, MF2, MF4, and MF8
1 parent f20faf0 commit 177d866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const RegisterBankInfo::ValueMapping ValueMappings[] = {
6060
{&PartMappings[PMI_FPRB64], 1},
6161
{&PartMappings[PMI_FPRB64], 1},
6262
{&PartMappings[PMI_FPRB64], 1},
63-
// Maximum 3 VR LMUL=1 operands.
63+
// Maximum 3 VR LMUL={1, MF2, MF4, MF8} operands.
6464
{&PartMappings[PMI_VRB64], 1},
6565
{&PartMappings[PMI_VRB64], 1},
6666
{&PartMappings[PMI_VRB64], 1},

0 commit comments

Comments
 (0)