[all-commits] [llvm/llvm-project] 518a27: [OpenMP] Fix ref count dec for implicit map of par...
Joel E. Denny via All-commits
all-commits at lists.llvm.org
Thu Aug 6 08:39:56 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 518a27e5591c211ceeef3091edc59012e6ace2b2
https://github.com/llvm/llvm-project/commit/518a27e5591c211ceeef3091edc59012e6ace2b2
Author: Joel E. Denny <jdenny.ornl at gmail.com>
Date: 2020-08-06 (Thu, 06 Aug 2020)
Changed paths:
M openmp/libomptarget/src/omptarget.cpp
A openmp/libomptarget/test/mapping/target_implicit_partial_map.c
Log Message:
-----------
[OpenMP] Fix ref count dec for implicit map of partial data
D85342 broke this case. The new test case presents an example.
Reviewed By: grokos
Differential Revision: https://reviews.llvm.org/D85369
More information about the All-commits
mailing list