================ @@ -1412,6 +1425,21 @@ void CodeGenFunction::CreateCoercedStore(llvm::Value *Src, Address Dst, if (SrcTy != Dst.getElementType()) { if (llvm::StructType *DstSTy = dyn_cast<llvm::StructType>(Dst.getElementType())) { + if (SrcTy->isScalableTy() || SrcTy->isRISCVVectorTupleTy()) { + // In RISCV VLS calling convention, struct of fixed vector might be ---------------- topperc wrote:
```suggestion // In RISC-V VLS calling convention, struct of fixed vector might be ``` https://github.com/llvm/llvm-project/pull/145489 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits