[MLIR] Add idempotent trait folding
This trait simply adds a fold of f(f(x)) = f(x) when an operation is labelled as idempotent Reviewed By: rriddle, andyly Differential Revision: https://reviews.llvm.org/D89421
Loading
Please sign in to comment
This trait simply adds a fold of f(f(x)) = f(x) when an operation is labelled as idempotent Reviewed By: rriddle, andyly Differential Revision: https://reviews.llvm.org/D89421