[mlir][Arithmetic] fold overlapping negf.
This patch folds negf(negf(x)) to x. Differential Revision: https://reviews.llvm.org/D125955
Loading
Please sign in to comment
This patch folds negf(negf(x)) to x. Differential Revision: https://reviews.llvm.org/D125955