[Mlir-commits] [mlir] Add arith expansion of f8E8M0 type for extf/trunc ops (PR #140332)

Krzysztof Drewniak llvmlistbot at llvm.org
Fri May 16 21:40:39 PDT 2025


================
@@ -351,23 +453,36 @@ struct ArithExpandOpsPass
       arith::MinNumFOp
     >();
 
-    if (includeBf16) {
+    if(includeBf16) {
----------------
krzysz00 wrote:

Put the space back?

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


More information about the Mlir-commits mailing list