[Mlir-commits] [mlir] [mlir] Defer `LoopLikeOpInterface` type checks to `RegionBranchOpInterface` (PR #184116)

Ivan Butygin llvmlistbot at llvm.org
Thu Mar 5 05:39:11 PST 2026


Hardcode84 wrote:

@ftynse @joker-eph change of plans, instead of introducing new callback (with more potential to desync) just delegate typecheck to `RegionBranchOpInterface` where available. We cannot make it a hard dependency yet as there are couple of ops which implement `LoopLikeOpInterface` but not `RegionBranchOpInterface`.

https://github.com/llvm/llvm-project/pull/184116


More information about the Mlir-commits mailing list