[clang] [llvm] [LLVMABI] Add support for SVE types in the LLVM ABI library (PR #221375)

Andy Kaylor via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 9 10:57:35 PDT 2026


================
@@ -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


More information about the cfe-commits mailing list