[all-commits] [llvm/llvm-project] 0411b2: [OPENMP]Map data field with l-value reference types.

cilkplus via All-commits all-commits at lists.llvm.org
Mon Mar 29 07:25:26 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0411b2331916cc8c7a8be9dd0eb540b731e6d9ce
      https://github.com/llvm/llvm-project/commit/0411b2331916cc8c7a8be9dd0eb540b731e6d9ce
  Author: Alexey Bataev <a.bataev at outlook.com>
  Date:   2021-03-29 (Mon, 29 Mar 2021)

  Changed paths:
    M clang/lib/CodeGen/CGOpenMPRuntime.cpp
    M clang/test/OpenMP/target_data_use_device_ptr_codegen.cpp
    M clang/test/OpenMP/target_map_codegen_28.cpp
    A clang/test/OpenMP/target_map_codegen_35.cpp
    A openmp/libomptarget/test/mapping/data_member_ref.cpp

  Log Message:
  -----------
  [OPENMP]Map data field with l-value reference types.

Added initial support dfor the mapping of the data members with l-value
reference types.

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




More information about the All-commits mailing list