[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:57 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:
----------------
CarolineConcatto wrote:

I believe it is because we have typedefs for SVE, it can parse. 
In this case there is no typedef for _mfp8.

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


More information about the cfe-commits mailing list