[llvm] [RISCV][GlobalISel] Vector Extension vadd Legalizer (PR #71400)
Jiahan Xie via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 8 16:26:29 PST 2023
================
@@ -1965,6 +1965,12 @@ void MachineVerifier::visitMachineInstrBefore(const MachineInstr *MI) {
break;
if (SrcReg.isVirtual() && DstReg.isPhysical() && SrcSize.isScalable() &&
!DstSize.isScalable())
+ // If this is a copy from physical register to virtual register, and if the
----------------
jiahanxie353 wrote:
I think I got it messed up again lol
https://github.com/llvm/llvm-project/pull/71400
More information about the llvm-commits
mailing list