[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
Wed Oct 23 10:15:25 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:
This was a post rebase comment, so the affected code is no longer in this PR.
https://github.com/llvm/llvm-project/pull/97277
More information about the cfe-commits
mailing list