[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:35 PDT 2024


================
@@ -5828,6 +5832,7 @@ bool Parser::isKnownToBeTypeSpecifier(const Token &Tok) const {
   case tok::kw__ExtInt:
   case tok::kw__BitInt:
   case tok::kw___bf16:
+  case tok::kw___mfp8:
----------------
paulwalker-arm wrote:

Do you know why this and the similar changes are needed?  A quick search yielded nothing similar for the SVE type names, so just wondering if we're missing some auto-generation somewhere.

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


More information about the cfe-commits mailing list