================
@@ -4189,6 +4189,42 @@ static void genOMPDispatch(lower::AbstractConverter 
&converter,
   finalizeStmtCtx();
   if (loopLeaf)
     symTable.popScope();
+
+  // Add the omp.combined attribute to eligible ops. In this case, all
+  // composable ops that are not loop-associated, except for the ones that can
+  // only appear as the innermost leaf construct.
----------------
skatrak wrote:

Thanks for pointing this out, I made some clarifications to the comments there. 
Hopefully it's easier to follow now, let me know.

https://github.com/llvm/llvm-project/pull/198783
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to