Skip to content

Commit 210bdc6

Browse files
committed
[mlir] RegionBranchOpInterface should be verifyWithRegions
1 parent e47257e commit 210bdc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/include/mlir/Interfaces/ControlFlowInterfaces.td

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ def RegionBranchOpInterface : OpInterface<"RegionBranchOpInterface"> {
193193
"expected operation to have non-zero regions");
194194
return detail::verifyTypesAlongControlFlowEdges($_op);
195195
}];
196+
let verifyWithRegions = 1;
196197

197198
let extraClassDeclaration = [{
198199
/// Convenience helper in case none of the operands is known.

0 commit comments

Comments
 (0)