Skip to content
Commit 6f531ec0 authored by Alexey Bataev's avatar Alexey Bataev
Browse files

[OPENMP] Remove explicit call for implicit barrier

#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 in __kmpc_fork_call which currently leads to two barriers per region per thread.
Differential Revision: http://reviews.llvm.org/D15561

llvm-svn: 255992
parent 252cca55
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment