Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D142562
[mlir][transforms] CSE ops with multiple regions ClosedPublic Authored by springerm on Jan 25 2023, 9:05 AM.
Details Summary
Diff Detail
Event Timelinespringerm added a parent revision: D142558: [mlir][transforms] Simplify OperationEquivalence and CSE.Jan 25 2023, 9:05 AM This revision is now accepted and ready to land.Jan 25 2023, 10:02 AM
This revision was landed with ongoing or failed builds.Jan 27 2023, 3:22 AM Closed by commit rGaa4e54f2f444: [mlir][transforms] CSE ops with multiple regions (authored by springerm). · Explain Why This revision was automatically updated to reflect the committed changes. springerm marked 2 inline comments as done.
Diff 492686 mlir/lib/Transforms/CSE.cpp
mlir/test/Transforms/cse.mlir
|
Please don't use size, it's O(N) with the size of the region.