================
@@ -101,7 +101,8 @@ enum EltType {
Float16,
Float32,
Float64,
- BFloat16
+ BFloat16,
+ MFloat8,
----------------
SpencerAbson wrote:
This could be removed (if we are not adding support for intrinsics in this patch).
https://github.com/llvm/llvm-project/pull/99865