[mlir][StandardDialect] Add some folding for operations in standard dialect.
Add the following canonicalization - and(x, 1) -> x - subi(x, 0) -> x Differential Revision: https://reviews.llvm.org/D81534
Loading
Please register or sign in to comment