[Mlir-commits] [mlir] [mlir][spirv] Add 8-bit float type emulation (PR #148811)
Jakub Kuderski
llvmlistbot at llvm.org
Mon Jul 21 09:29:39 PDT 2025
================
@@ -99,6 +99,14 @@ static FloatAttr convertFloatAttr(FloatAttr srcAttr, FloatType dstType,
return builder.getF32FloatAttr(dstVal.convertToFloat());
}
+// Get IntegerAttr from FloatAttr.
----------------
kuhar wrote:
This comment doesn't clarify anything... I'd remove it
https://github.com/llvm/llvm-project/pull/148811
More information about the Mlir-commits
mailing list