c-rhodes accepted this revision. c-rhodes added a comment. This revision is now accepted and ready to land.
I've left one minor nit but looks otherwise looks fine to me ================ Comment at: clang/lib/CodeGen/CGCall.cpp:1273 + if (auto *FixedSrc = + dyn_cast<llvm::FixedVectorType>(Src.getElementType())) { + if (ScalableDst->getElementType() == FixedSrc->getElementType()) { ---------------- nit: `s/Src.getElementType()/SrcTy` Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D94290/new/ https://reviews.llvm.org/D94290 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits