[all-commits] [llvm/llvm-project] 0f1016: [OpenMP] Refactored the function `targetDataEnd`

Shilei Tian via All-commits all-commits at lists.llvm.org
Thu Jul 30 18:39:44 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0f1016562648e0c5ab0618823d5d6b7280ca86ba
      https://github.com/llvm/llvm-project/commit/0f1016562648e0c5ab0618823d5d6b7280ca86ba
  Author: Shilei Tian <tianshilei1992 at gmail.com>
  Date:   2020-07-30 (Thu, 30 Jul 2020)

  Changed paths:
    M openmp/libomptarget/src/api.cpp
    M openmp/libomptarget/src/device.cpp
    M openmp/libomptarget/src/device.h
    M openmp/libomptarget/src/omptarget.cpp
    M openmp/libomptarget/src/private.h

  Log Message:
  -----------
  [OpenMP] Refactored the function `targetDataEnd`

Refactored the function `targetDataEnd` to make preparation of fixing
the issue of ahead-of-time target memory deallocation. This patch only
renamed `targetDataEnd` related variables and functions to conform
with LLVM code standard.

Reviewed By: ye-luo

Differential Revision: https://reviews.llvm.org/D84991




More information about the All-commits mailing list