[all-commits] [llvm/llvm-project] 684f76: [Clang][OpenMP] Codegen generation for has_device_...

jyu2-git via All-commits all-commits at lists.llvm.org
Mon Sep 19 16:19:19 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 684f766431f3accd1dddc214df270cbdfb877824
      https://github.com/llvm/llvm-project/commit/684f766431f3accd1dddc214df270cbdfb877824
  Author: Jennifer Yu <jennifer.yu at intel.com>
  Date:   2022-09-19 (Mon, 19 Sep 2022)

  Changed paths:
    M clang/lib/CodeGen/CGOpenMPRuntime.cpp
    A clang/test/OpenMP/target_has_device_addr_codegen.cpp
    A clang/test/OpenMP/target_has_device_addr_codegen_01.cpp
    A openmp/libomptarget/test/mapping/has_device_addr.cpp
    A openmp/libomptarget/test/mapping/target_has_device_addr.c

  Log Message:
  -----------
  [Clang][OpenMP] Codegen generation for has_device_addr claues.

Summary: This patch add codegen support for the has_device_addr clause.  It
use the same logic of is_device_ptr.

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




More information about the All-commits mailing list