[all-commits] [llvm/llvm-project] b27ff4: [OPENMP50]Codegen for 'destroy' clause in depobj d...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Wed Mar 4 13:36:39 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b27ff4d07ddcf6aff8aec36aa05e212da0ab6adf
https://github.com/llvm/llvm-project/commit/b27ff4d07ddcf6aff8aec36aa05e212da0ab6adf
Author: Alexey Bataev <a.bataev at hotmail.com>
Date: 2020-03-04 (Wed, 04 Mar 2020)
Changed paths:
M clang/lib/CodeGen/CGOpenMPRuntime.cpp
M clang/lib/CodeGen/CGOpenMPRuntime.h
M clang/lib/CodeGen/CGStmtOpenMP.cpp
M clang/test/OpenMP/depobj_codegen.cpp
Log Message:
-----------
[OPENMP50]Codegen for 'destroy' clause in depobj directive.
If the destroy clause is appplied, the previously allocated memory for
the dependency object must be destroyed.
More information about the All-commits
mailing list