[mlir][SCF] Implement RegionBranchOpInterface on ExecuteRegionOp
authorMatthias Springer <springerm@google.com>
Wed, 16 Mar 2022 09:18:09 +0000 (18:18 +0900)
committerMatthias Springer <springerm@google.com>
Wed, 16 Mar 2022 10:55:10 +0000 (19:55 +0900)
commit75c1d9155472e343034da88e35e1c29f8142adc7
tree0056a30cb1b7adfdad9f37c37a104258a86b5a3d
parent855a11ee68e770b176f7201c4246ba99e4726d8d
[mlir][SCF] Implement RegionBranchOpInterface on ExecuteRegionOp

This is needed for the BufferDeallocation pass.

Differential Revision: https://reviews.llvm.org/D121526
mlir/include/mlir/Dialect/SCF/SCFOps.td
mlir/lib/Dialect/SCF/SCF.cpp