diff options
author | Alexey Bataev <a.bataev@hotmail.com> | 2020-09-23 15:27:51 -0400 |
---|---|---|
committer | Alexey Bataev <a.bataev@hotmail.com> | 2020-09-24 13:14:13 -0400 |
commit | a9fca98ee4f653278d84713caecd152fef8494f5 (patch) | |
tree | 55a77631efbf7eb734a669661baf2048d36ea87e /llvm/lib/Support/APFloat.cpp | |
parent | bd44558001e978d93fbff5a4537f38b46b0e355a (diff) | |
download | llvm-a9fca98ee4f653278d84713caecd152fef8494f5.zip llvm-a9fca98ee4f653278d84713caecd152fef8494f5.tar.gz llvm-a9fca98ee4f653278d84713caecd152fef8494f5.tar.bz2 |
[OPENMP]PR47606: Do not update the lastprivate item if it was captured by reference as firstprivate data member.
No need to make final copy from the firsptrivate/lastprivate copy to the original item if the item is a data memeber.
Firstprivate copy creates a copy by reference and the original item gets
updated correctly when updating the lastprivate shared variable.
Differential Revision: https://reviews.llvm.org/D88179
Diffstat (limited to 'llvm/lib/Support/APFloat.cpp')
0 files changed, 0 insertions, 0 deletions