commit | a839dddf9232b652a26c55b4a6ce3f757ae8ab46 | [log] [tgz] |
---|---|---|
author | Alexey Bataev <a.bataev@hotmail.com> | Thu Mar 17 10:19:46 2016 +0000 |
committer | Alexey Bataev <a.bataev@hotmail.com> | Thu Mar 17 10:19:46 2016 +0000 |
tree | 1d2ab393bbca6914e76ffd5b445ff8d7cedc768b | |
parent | b59b488e21f7ba968aed86b216024bd490b4daea [diff] |
[OPENMP 4.0] Use 'declare reduction' constructs in 'reduction' clauses. OpenMP 4.0 allows to define custom reduction operations using '#pragma omp declare reduction' construct. Patch allows to use this custom defined reduction operations in 'reduction' clauses. llvm-svn: 263701