[llvm] [RISCV][GlobalISel] Vector Extension vadd Legalizer (PR #71400)
Michael Maitland via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 8 06:46:50 PST 2023
================
@@ -1966,6 +1969,11 @@ void MachineVerifier::visitMachineInstrBefore(const MachineInstr *MI) {
if (SrcReg.isVirtual() && DstReg.isPhysical() && SrcSize.isScalable() &&
!DstSize.isScalable())
break;
+ // If the Src is scalable and the Dst is fixed, then Dest can only hold
----------------
michaelmaitland wrote:
You can rebase on main to pick up this commit.
https://github.com/llvm/llvm-project/pull/71400
More information about the llvm-commits
mailing list