[llvm] [RISCV] Change vector tuple type's TypeSize to scalable (PR #114329)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 30 17:57:23 PDT 2024


================
@@ -21378,6 +21382,9 @@ SDValue RISCVTargetLowering::joinRegisterPartsIntoValue(
     return Val;
   }
 
+  if (ValueVT.isRISCVVectorTuple())
----------------
topperc wrote:

Why do we need this now?

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


More information about the llvm-commits mailing list