================ @@ -699,6 +696,9 @@ std::string Type::builtin_str() const { else if (isBFloat16()) { assert(ElementBitwidth == 16 && "BFloat16 can only be 16 bits"); S += "y"; + } else if (isMFloat8()) { + assert(ElementBitwidth == 8 && "BFloat16 can only be 8 bits"); ---------------- SpencerAbson wrote:
```suggestion assert(ElementBitwidth == 8 && "MFloat8 can only be 8 bits"); ``` https://github.com/llvm/llvm-project/pull/114804 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits