[Mlir-commits] [mlir] [mlir][arith] Canonicalize `addf(negf(x), y)` to `subf(y, x)` (PR #209277)
Victor Perez
llvmlistbot at llvm.org
Wed Jul 15 06:49:40 PDT 2026
victor-eds wrote:
> Does instcombine perform the same rewrite?
Yes :)
https://github.com/llvm/llvm-project/pull/209277
More information about the Mlir-commits
mailing list