[all-commits] [llvm/llvm-project] 02b684: [Clang][OpenMP] Fix mapping of arrays of structs w...

Abhinav Gaba via All-commits all-commits at lists.llvm.org
Wed Jun 11 12:04:17 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 02b6849cf1feb425885bf6f5ee505d5cd4a824d7
      https://github.com/llvm/llvm-project/commit/02b6849cf1feb425885bf6f5ee505d5cd4a824d7
  Author: Abhinav Gaba <abhinav.gaba at intel.com>
  Date:   2025-06-11 (Wed, 11 Jun 2025)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/lib/Sema/SemaOpenMP.cpp
    A clang/test/OpenMP/target_map_array_of_structs_with_nested_mapper_ast_dump.cpp
    A clang/test/OpenMP/target_map_array_of_structs_with_nested_mapper_codegen.cpp
    A clang/test/OpenMP/target_map_array_section_of_structs_with_nested_mapper_ast_dump.cpp
    A clang/test/OpenMP/target_map_array_section_of_structs_with_nested_mapper_codegen.cpp
    R clang/test/OpenMP/target_map_nest_defalut_mapper_ast_dump.cpp
    R clang/test/OpenMP/target_map_nest_defalut_mapper_codegen.cpp
    M offload/test/mapping/declare_mapper_nested_default_mappers_array.cpp

  Log Message:
  -----------
  [Clang][OpenMP] Fix mapping of arrays of structs with members with mappers (#142511)

This builds upon #101101 from @jyu2-git, which used compiler-generated
mappers when mapping an array-section of structs with members that have
user-defined default mappers.

Now we do the same when mapping arrays of structs.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list