[Mlir-commits] [mlir] [mlir][arith] Fold scaling_extf and scaling_truncf with constant operands (PR #215123)

Tim Gymnich llvmlistbot at llvm.org
Thu Aug 13 05:35:28 PDT 2026


tgymnich wrote:

@Tim096
1) Folding any type is fine, as long as it matches what `--arith-expand=include-f8e8m0` does.
2) nan are not folded in general, so I would personally skip the nan special cases for now.

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


More information about the Mlir-commits mailing list