[all-commits] [llvm/llvm-project] f2400f: [OpenMP] Fixed the issue that target memory deallo...
Shilei Tian via All-commits
all-commits at lists.llvm.org
Fri Jul 31 15:54:35 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f2400f024d323bc9000a4c126f2008a8b58fb4a0
https://github.com/llvm/llvm-project/commit/f2400f024d323bc9000a4c126f2008a8b58fb4a0
Author: Shilei Tian <tianshilei1992 at gmail.com>
Date: 2020-07-31 (Fri, 31 Jul 2020)
Changed paths:
M openmp/libomptarget/src/omptarget.cpp
Log Message:
-----------
[OpenMP] Fixed the issue that target memory deallocation might be called when they're being used
This patch fixed the issue that target memory might be deallocated when
they're still being used or before they're used.
Reviewed By: ye-luo
Differential Revision: https://reviews.llvm.org/D84996
More information about the All-commits
mailing list