[llvm] [RISCV][GlobalISel] Vector Extension vadd Legalizer (PR #71400)

Jiahan Xie via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 8 09:49: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
----------------
jiahanxie353 wrote:

I accidentally "squashed" my cherry-picked commits from #70882 and [this commit](https://github.com/llvm/llvm-project/commit/4832c88e4956b3c7dc0a5064d946477448d5239d) together. 
I was trying to use rebase interactive to extract them apart but couldn't figure out a neat way. Any suggestion?

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


More information about the llvm-commits mailing list