We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e47257e commit 210bdc6Copy full SHA for 210bdc6
mlir/include/mlir/Interfaces/ControlFlowInterfaces.td
@@ -193,6 +193,7 @@ def RegionBranchOpInterface : OpInterface<"RegionBranchOpInterface"> {
193
"expected operation to have non-zero regions");
194
return detail::verifyTypesAlongControlFlowEdges($_op);
195
}];
196
+ let verifyWithRegions = 1;
197
198
let extraClassDeclaration = [{
199
/// Convenience helper in case none of the operands is known.
0 commit comments