diff options
author | Jeff Niu <jeff@modular.com> | 2022-10-16 21:27:20 -0700 |
---|---|---|
committer | Jeff Niu <jeff@modular.com> | 2022-10-17 09:23:35 -0700 |
commit | c870f2067a3bffbb06a5b549321564b5dfbd5481 (patch) | |
tree | 8c0800e480cad79ffb823a84792a95ff3cb47ac3 /llvm/lib/CodeGen/MachineFunction.cpp | |
parent | db0286a09626a3a29ceacbe95a1a05004f62242c (diff) | |
download | llvm-c870f2067a3bffbb06a5b549321564b5dfbd5481.zip llvm-c870f2067a3bffbb06a5b549321564b5dfbd5481.tar.gz llvm-c870f2067a3bffbb06a5b549321564b5dfbd5481.tar.bz2 |
[mlir] Remove assert from RegionBranchOpInterface verifier
This assert is erroneous because an op implementing
`RegionBranchOpInterface` can have variadic regions and in some cases
have zero regions, in which case the only possible control flow is
branching from the parent op to itself.
Reviewed By: rriddle, jpienaar
Differential Revision: https://reviews.llvm.org/D136052
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions