[clang] [CLANG]Add Scalable vectors for mfloat8_t (PR #101644)

via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 14 09:36:43 PDT 2024


================
@@ -454,6 +458,8 @@ std::string SVEType::builtin_str() const {
   else if (isBFloat()) {
     assert(ElementBitwidth == 16 && "Not a valid BFloat.");
     S += "y";
+  } else if (isMFloat()) {
+    S += "m";
----------------
CarolineConcatto wrote:

Done

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


More information about the cfe-commits mailing list