ABataev added a comment.
Fixed tests and committed. Thanks!
Repository:
rL LLVM
http://reviews.llvm.org/D15561
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
This revision was automatically updated to reflect the committed changes.
Closed by commit rL255992: [OPENMP] Remove explicit call for implicit barrier
(authored by ABataev).
Changed prior to commit:
http://reviews.llvm.org/D15561?vs=42984&id=43210#toc
Repository:
rL LLVM
http://reviews.llv
Hahnfeld added a comment.
I didn't adjust the tests, I'm sorry! Will do so if the change is acceptable in
general...
http://reviews.llvm.org/D15561
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listin
Hahnfeld created this revision.
Hahnfeld added reviewers: ABataev, hfinkel, kkwli0, rjmccall.
Hahnfeld added a subscriber: cfe-commits.
`#pragma omp parallel` needs an implicit barrier that is currently done by an
explicit call to `__kmpc_barrier`. However, the runtime already ensures a
barrier