[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:16:55 PDT 2024
================
@@ -21309,6 +21310,25 @@ bool RISCVTargetLowering::splitValueIntoRegisterParts(
return true;
}
+ if (ValueVT.isRISCVVectorTuple() && PartVT.isRISCVVectorTuple()) {
+ unsigned ValNF = ValueVT.getRISCVVectorTupleNumFields();
----------------
4vtomat wrote:
I see, let me have another patch to fix it, thanks!
https://github.com/llvm/llvm-project/pull/114329
More information about the llvm-commits
mailing list