================
@@ -77,8 +77,17 @@ llvm::Type *IRTypeMapper::convertArrayType(const
abi::ArrayType *AT) {
}
llvm::Type *IRTypeMapper::convertVectorType(const abi::VectorType *VT) {
+ if (VT->isSVECount())
----------------
andykaylor wrote:Done. https://github.com/llvm/llvm-project/pull/221375 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
