[Mlir-commits] [mlir] [MLIR][OpenMP] Add a new ComposableLoopWrapperInterface to check/set a composite unitAttr. (PR #101991)

Sergio Afonso llvmlistbot at llvm.org
Tue Aug 6 02:42:23 PDT 2024


================
@@ -129,6 +129,7 @@ def PrivateClauseOp : OpenMP_Op<"private", [IsolatedFromAbove, RecipeInterface]>
 def ParallelOp : OpenMP_Op<"parallel", traits = [
     AttrSizedOperandSegments, AutomaticAllocationScope,
     DeclareOpInterfaceMethods<LoopWrapperInterface>,
+    DeclareOpInterfaceMethods<ComposableLoopWrapperInterface>,
----------------
skatrak wrote:

Nit: This should go above the previous trait, since they are alphabetically sorted. Same comment for the other additions to this file.

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


More information about the Mlir-commits mailing list