Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D137647
[mlir][arith] Fold `and(a, and(a, b))` to `and(a, b)` ClosedPublic Authored by Hardcode84 on Nov 8 2022, 7:54 AM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 16 2022, 7:58 AM Closed by commit rGadf795dc7ce7: [mlir][arith] Fold `and(a, and(a, b))` to `and(a, b)` (authored by Hardcode84). · Explain WhyNov 16 2022, 1:59 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 475918 mlir/lib/Dialect/Arith/IR/ArithOps.cpp
mlir/test/Dialect/Arith/canonicalize.mlir
|