| commit | 7a228ff4397195c5128f08763da36c3939e2cabb | [log] [tgz] |
|---|---|---|
| author | Alexey Bataev <a.bataev@hotmail.com> | Thu May 21 07:59:51 2015 +0000 |
| committer | Alexey Bataev <a.bataev@hotmail.com> | Thu May 21 07:59:51 2015 +0000 |
| tree | 0e3a530a239a4690db8db5abe34e08c6baf4ec92 | |
| parent | a7959f658526eb224528061da5e99deb8797c09d [diff] |
[OPENMP] Fixed codegen for lastprivate LCV in worksharing constructs. If loop control variable in a worksharing construct is marked as lastprivate, we should copy last calculated value of private counter back to original variable. llvm-svn: 237879