[Mlir-commits] [mlir] [mlir][arith] Canonicalize `addf(negf(x), y)` to `subf(y, x)` (PR #209277)
Max Graey
llvmlistbot at llvm.org
Wed Jul 15 03:48:23 PDT 2026
MaxGraey wrote:
> Does instcombine perform the same rewrite?
Yes, this legit for safe math
https://github.com/llvm/llvm-project/pull/209277
More information about the Mlir-commits
mailing list