[llvm] [RISCV][GISEL] Add vector RegisterBanks and vector support in getRegBankFromRegClass (PR #71541)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 14 13:01:34 PST 2023


================
@@ -1966,6 +1966,9 @@ void MachineVerifier::visitMachineInstrBefore(const MachineInstr *MI) {
     if (SrcReg.isVirtual() && DstReg.isPhysical() && SrcSize.isScalable() &&
         !DstSize.isScalable())
       break;
+    if (SrcReg.isVirtual() && DstReg.isPhysical() && SrcSize.isScalable() &&
----------------
topperc wrote:

This is a duplicate of the line above?

https://github.com/llvm/llvm-project/pull/71541


More information about the llvm-commits mailing list