[Mlir-commits] [mlir] [OpenMP][MLIR] RegionBranchOpInterface for TargetOp, TargetDataOp (PR #209710)
Sergio Afonso
llvmlistbot at llvm.org
Mon Aug 10 06:26:39 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,
----------------
skatrak wrote:
Nit: Traits are alphabetically sorted here.
https://github.com/llvm/llvm-project/pull/209710
More information about the Mlir-commits
mailing list