[Mlir-commits] [mlir] [mlir][arith] Canonicalize sitofp(truncf) -> sitofp, and uitofp. (PR #139925)

Christian Sigg llvmlistbot at llvm.org
Fri May 16 01:56:30 PDT 2025


chsigg wrote:

> rounding can differ when removing the intermediate value

Good point, it probably can differ. `sitofp` always uses default rounding mode, so I added a check for that.

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


More information about the Mlir-commits mailing list