[clang] [CLANG][AArch64] Add the modal 8 bit floating-point scalar type (PR #97277)

via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 23 08:57:58 PDT 2024


================
@@ -4302,6 +4308,7 @@ ASTContext::getBuiltinVectorTypeInfo(const BuiltinType *Ty) const {
   case BuiltinType::Id:                                                        \
     return {BoolTy, llvm::ElementCount::getScalable(NumEls), NF};
 #define SVE_OPAQUE_TYPE(Name, MangledName, Id, SingletonId)
----------------
CarolineConcatto wrote:

I am not sure I understand why do you mean. I cannot remove SVE_OPAQUE_TYPE from here.

https://github.com/llvm/llvm-project/pull/97277


More information about the cfe-commits mailing list