[Mlir-commits] [mlir] [MLIR][XeVM] Add truncf and mma_mx op. (PR #180055)

Sang Ik Lee llvmlistbot at llvm.org
Thu Feb 12 10:46:36 PST 2026


silee2 wrote:

FYI, default LLVM type converter converts small float (8bits and smaller) to integer types.
https://github.com/llvm/llvm-project/blob/main/mlir/lib/Conversion/LLVMCommon/TypeConverter.cpp#L295
Of course, conversion pass to LLVM intrinsic wrapper dialects can customize the behavior but need to do it in way that is still compatible regular LLVM dialect. 

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


More information about the Mlir-commits mailing list