[clang] [CLANG][AArch64] Add the modal 8 bit floating-point scalar type (PR #97277)
Paul Walker via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 10 10:26:33 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)
----------------
paulwalker-arm wrote:
There are a few stale references to `SVE_OPAQUE_TYPE`.
https://github.com/llvm/llvm-project/pull/97277
More information about the cfe-commits
mailing list