Skip to content
Snippets Groups Projects
Commit 86786f5e authored by Alexey Bataev's avatar Alexey Bataev
Browse files

[OPENMP] Pass scalar firstprivate vars by value.

For better performance and to unify code with offloading part we pass
scalar firstprivate values by value, instead of by reference. It will
remove some extra copying operations.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@269751 91177308-0d34-0410-b5e6-96231b3b80d8
parent 3d656bfe
No related branches found
No related tags found
No related merge requests found
Showing
with 374 additions and 396 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment