[all-commits] [llvm/llvm-project] dd3d8d: [OpenMP][OpenMPIRBuilder] Migrate OffloadEntriesIn...
Jan Sjodin via All-commits
all-commits at lists.llvm.org
Sun Oct 16 07:14:26 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dd3d8ddb5f65ff73441276d7dec744c81e3bf9ca
https://github.com/llvm/llvm-project/commit/dd3d8ddb5f65ff73441276d7dec744c81e3bf9ca
Author: Jan Sjodin <jan_sjodin at yahoo.com>
Date: 2022-10-16 (Sun, 16 Oct 2022)
Changed paths:
M clang/lib/CodeGen/CGOpenMPRuntime.cpp
M clang/lib/CodeGen/CGOpenMPRuntime.h
M llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
M llvm/unittests/Frontend/OpenMPIRBuilderTest.cpp
Log Message:
-----------
[OpenMP][OpenMPIRBuilder] Migrate OffloadEntriesInfoManager from clang to OMPIRbuilder
This patch moves the implementation of the OffloadEntriesInfoManager
to the OMPIRbuilder. This class will later be used by flang as well.
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D135786
More information about the All-commits
mailing list