[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


================
@@ -142,6 +142,40 @@ def LoopWrapperInterface : OpInterface<"LoopWrapperInterface"> {
   ];
 }
 
+def ComposableLoopWrapperInterface : OpInterface<"ComposableLoopWrapperInterface"> {
----------------
skatrak wrote:

I think `LoopWrapper` shouldn't be part of this interface's name, because it would still be applied to `omp.parallel` after we remove it from the list of loop wrapper operations. I can suggest `ComposableOpInterface` or something similar.

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


More information about the Mlir-commits mailing list