[all-commits] [llvm/llvm-project] 3d0e9e: [OpenMP] [OMPIRBuilder] Create a new datatype to h...
Jan Sjodin via All-commits
all-commits at lists.llvm.org
Tue Oct 25 08:16:14 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3d0e9edd8e53fb72e85084f4170513159212839a
https://github.com/llvm/llvm-project/commit/3d0e9edd8e53fb72e85084f4170513159212839a
Author: Jan Sjodin <jan_sjodin at yahoo.com>
Date: 2022-10-25 (Tue, 25 Oct 2022)
Changed paths:
M clang/lib/CodeGen/CGOpenMPRuntime.cpp
M clang/test/OpenMP/declare_target_codegen.cpp
M clang/test/OpenMP/nvptx_declare_target_var_ctor_dtor_codegen.cpp
M llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
M llvm/unittests/Frontend/OpenMPIRBuilderTest.cpp
Log Message:
-----------
[OpenMP] [OMPIRBuilder] Create a new datatype to hold the unique target region info
This patch puts the individual target region information attributes into a
struct so that the nested mappings are not needed and passing the information
around is simplified.
Reviewed By: jdoerfert, mikerice
Differential Revision: https://reviews.llvm.org/D136601
More information about the All-commits
mailing list