[mlir][transforms] CSE ops with multiple regions
authorMatthias Springer <springerm@google.com>
Fri, 27 Jan 2023 11:14:10 +0000 (12:14 +0100)
committerMatthias Springer <springerm@google.com>
Fri, 27 Jan 2023 11:14:45 +0000 (12:14 +0100)
commitaa4e54f2f444c266310105fccbdbb07fc71894da
tree57bd68e0401da0c95d9e9cacca01ee1f7de4af9c
parent846ec9092483cc7212d3334f1fecd539b026db62
[mlir][transforms] CSE ops with multiple regions

There were issues with the CSE equivalence analysis that have been fixed with D142558. This makes it possible to CSE ops with multiple regions.

Differential Revision: https://reviews.llvm.org/D142562
mlir/lib/Transforms/CSE.cpp
mlir/test/Transforms/cse.mlir