[Mlir-commits] [mlir] [mlir][arith] Add `arith.fptofp` op (PR #188041)

Hocky Yudhiono llvmlistbot at llvm.org
Mon Mar 23 08:13:35 PDT 2026


hockyy wrote:

Making one operation like this wouldn't it increase the coupling between casting operations, no?

Like when making a rewriter pattern you would catch the entire `FpToFp` op and do multiple if and validation checks to match it.

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


More information about the Mlir-commits mailing list