alexey-bataev wrote:

> > #if dispatch transformed to
> > #pragma omp taskwait depend(out:x)
> > #pragma omp dispatch nocontext(c2)
> > foo(); --> with traits call to foo_variant_dispatch(i,j)
> > you should have 2 captured regions - one for taskwait and one for dispatch. 
> > It does not mean, >you need to transform the AST node, there should be 
> > single AST node with 2 captured regions >(one caotures another), just like 
> > it is done for combined constructs.
> 
> I do not have this code anymore in SemaOpenMP.cpp. I am having code for 
> adding AnnotateAttr. In CodeGen this exact comment has been taken care of.

I'm saying how it should be implemented. Otherwise, it may crash in some cases 
or work incorrectly.

https://github.com/llvm/llvm-project/pull/117904
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to