[Openmp-commits] [PATCH] D40384: [OMPT] Add annotations to testcases that are expected to fail when using certain compilers

Simon Convent via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Nov 29 07:06:03 PST 2017


sconvent added a comment.

In https://reviews.llvm.org/D40384#939025, @Hahnfeld wrote:

> In https://reviews.llvm.org/D40384#938762, @omalyshe wrote:
>
> > In https://reviews.llvm.org/D40384#938757, @protze.joachim wrote:
> >
> > > @omalyshe Which version of icc introduced the ident information for workshare constructs?
> >
> >
> > ICC with the ident information has not been released yet
>
>
> In that case `cancel/cancel_worksharing.c` should fail for `icc-17, icc-18` too?


No, the ident information was only missing for the worksharing constructs. For cancellation constructs, the compiler generates a call to '__kmpc_cancel(...)' with the correct kind parameter. icc-16 however did not generate the correct call.


https://reviews.llvm.org/D40384





More information about the Openmp-commits mailing list