Skip to content

Commit deab61a

Browse files
committed
fixup! [RISCV] Change vector tuple type's TypeSize to scalable
1 parent 2abaaf6 commit deab61a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/lib/Target/RISCV/RISCVISelLowering.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21382,9 +21382,6 @@ SDValue RISCVTargetLowering::joinRegisterPartsIntoValue(
2138221382
return Val;
2138321383
}
2138421384

21385-
if (ValueVT.isRISCVVectorTuple())
21386-
return SDValue();
21387-
2138821385
if (ValueVT.isScalableVector() && PartVT.isScalableVector()) {
2138921386
LLVMContext &Context = *DAG.getContext();
2139021387
SDValue Val = Parts[0];

0 commit comments

Comments
 (0)