[PATCH] D134816: [OpenMP] Account for the possibility of multiple target regions per line

Mike Rice via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 3 10:52:02 PDT 2022


mikerice updated this revision to Diff 472982.
mikerice edited the summary of this revision.
mikerice added a reviewer: jsjodin.
mikerice added a comment.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.

Rebase and update for new location of the OffloadEntriesInfoManager.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134816/new/

https://reviews.llvm.org/D134816

Files:
  clang/lib/CodeGen/CGOpenMPRuntime.cpp
  clang/test/OpenMP/Inputs/multiple_regions.inc
  clang/test/OpenMP/multiple_regions_per_line.cpp
  clang/test/OpenMP/target_codegen_registration.cpp
  clang/test/OpenMP/target_codegen_registration_naming.cpp
  clang/test/OpenMP/target_parallel_codegen_registration.cpp
  clang/test/OpenMP/target_parallel_codegen_registration_naming.cpp
  clang/test/OpenMP/target_parallel_for_codegen_registration.cpp
  clang/test/OpenMP/target_parallel_for_codegen_registration_naming.cpp
  clang/test/OpenMP/target_parallel_for_simd_codegen_registration.cpp
  clang/test/OpenMP/target_parallel_for_simd_codegen_registration_naming.cpp
  clang/test/OpenMP/target_simd_codegen_registration.cpp
  clang/test/OpenMP/target_simd_codegen_registration_naming.cpp
  clang/test/OpenMP/target_teams_codegen_registration.cpp
  clang/test/OpenMP/target_teams_codegen_registration_naming.cpp
  clang/test/OpenMP/target_teams_distribute_codegen_registration.cpp
  clang/test/OpenMP/target_teams_distribute_codegen_registration_naming.cpp
  clang/test/OpenMP/target_teams_distribute_parallel_for_simd_codegen_registration.cpp
  clang/test/OpenMP/target_teams_distribute_parallel_for_simd_codegen_registration_naming.cpp
  clang/test/OpenMP/target_teams_distribute_simd_codegen_registration.cpp
  clang/test/OpenMP/target_teams_distribute_simd_codegen_registration_naming.cpp
  llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
  llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
  llvm/unittests/Frontend/OpenMPIRBuilderTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134816.472982.patch
Type: text/x-patch
Size: 81059 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221103/12892359/attachment-0001.bin>


More information about the llvm-commits mailing list