[Mlir-commits] [mlir] [OpenMP][MLIR] RegionBranchOpInterface for TargetOp, TargetDataOp (PR #209710)
Muyao Xiao
llvmlistbot at llvm.org
Mon Aug 10 23:52:20 PDT 2026
================
@@ -1621,7 +1622,9 @@ def TargetUpdateOp: OpenMP_Op<"target_update", traits = [
def TargetOp : OpenMP_Op<"target", traits = [
AttrSizedOperandSegments, BlockArgOpenMPOpInterface,
DeclareOpInterfaceMethods<ComposableOpInterface>, IsolatedFromAbove,
- OutlineableOpenMPOpInterface
+ OutlineableOpenMPOpInterface,
+ DeclareOpInterfaceMethods<RegionBranchOpInterface,
----------------
mooxiu wrote:
Thanks!
https://github.com/llvm/llvm-project/pull/209710
More information about the Mlir-commits
mailing list