[all-commits] [llvm/llvm-project] bd31ab: [OpenMPOpt] Refactored "issue" and "wait" declarat...

Hamilton Tobon Mosquera via All-commits all-commits at lists.llvm.org
Tue Sep 22 08:51:27 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: bd31abc1d0f17536fcd85f4dfcc79d37834aac20
      https://github.com/llvm/llvm-project/commit/bd31abc1d0f17536fcd85f4dfcc79d37834aac20
  Author: Hamilton Tobon Mosquera <htobonmm7 at gmail.com>
  Date:   2020-09-22 (Tue, 22 Sep 2020)

  Changed paths:
    M llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
    M llvm/lib/Transforms/IPO/OpenMPOpt.cpp
    M llvm/test/Transforms/OpenMP/hide_mem_transfer_latency.ll

  Log Message:
  -----------
  [OpenMPOpt] Refactored "issue" and "wait" declarations for data map runtime call.

Refactored __tgt_target_data_begin_mapper_<issue|wait> to receive the handle as an input/output argument.
This given the compiler warning of returning the handle as copy.

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




More information about the All-commits mailing list