forked from OSchip/llvm-project
[mlir] RegionBranchOpInterface should be verifyWithRegions
This commit is contained in:
parent
e47257e251
commit
210bdc651b
|
@ -193,6 +193,7 @@ def RegionBranchOpInterface : OpInterface<"RegionBranchOpInterface"> {
|
|||
"expected operation to have non-zero regions");
|
||||
return detail::verifyTypesAlongControlFlowEdges($_op);
|
||||
}];
|
||||
let verifyWithRegions = 1;
|
||||
|
||||
let extraClassDeclaration = [{
|
||||
/// Convenience helper in case none of the operands is known.
|
||||
|
|
Loading…
Reference in New Issue