[llvm] [RISCV] Change vector tuple type's TypeSize to scalable (PR #114329)
Brandon Wu via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 30 20:17:22 PDT 2024
================
@@ -21378,6 +21382,9 @@ SDValue RISCVTargetLowering::joinRegisterPartsIntoValue(
return Val;
}
+ if (ValueVT.isRISCVVectorTuple())
----------------
4vtomat wrote:
Actually we can remove it after removing tuple from scalable vector type.
https://github.com/llvm/llvm-project/pull/114329
More information about the llvm-commits
mailing list