diff options
author | Alexey Bataev <a.bataev@hotmail.com> | 2020-07-07 14:52:45 -0400 |
---|---|---|
committer | Alexey Bataev <a.bataev@hotmail.com> | 2020-07-15 15:14:22 -0400 |
commit | 41d0af00740ac5140f11c7f37157fc6e6dd1b016 (patch) | |
tree | 42b9248c7c4b7cd20b1195a86d08d54824e2628e /llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp | |
parent | 7520393842ea455fa7a6056d7dbc2e2cedd3c72f (diff) | |
download | llvm-41d0af00740ac5140f11c7f37157fc6e6dd1b016.zip llvm-41d0af00740ac5140f11c7f37157fc6e6dd1b016.tar.gz llvm-41d0af00740ac5140f11c7f37157fc6e6dd1b016.tar.bz2 |
[OPENMP]Fix PR46593: Reduction initializer missing construnctor call.
Summary:
If user-defined reductions with the initializer are used with classes,
the compiler misses the constructor call when trying to create a private
copy of the reduction variable.
Reviewers: jdoerfert
Subscribers: cfe-commits, yaxunl, guansong, caomhin
Tags: #clang
Differential Revision: https://reviews.llvm.org/D83334
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp')
0 files changed, 0 insertions, 0 deletions