This revision was automatically updated to reflect the committed changes.
Closed by commit rC349635: [OpenMP] Fix data sharing analysis in nested clause
(authored by jdenny, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D55861?vs=178803&id=178890#toc
Repository:
rC Clang
ABataev accepted this revision.
ABataev added a comment.
This revision is now accepted and ready to land.
LG
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55861/new/
https://reviews.llvm.org/D55861
___
cfe-commits ma
jdenny created this revision.
jdenny added a reviewer: ABataev.
Herald added a subscriber: guansong.
Without this patch, clang doesn't complain that X needs explicit data
sharing attributes in the following:
#pragma omp target teams default(none)
{
#pragma omp parallel num_threads(X)