[all-commits] [llvm/llvm-project] 2166d9: [OpenMP][OMPIRBuilder] Migrate target outlined fun...
Jan Sjodin via All-commits
all-commits at lists.llvm.org
Tue Nov 29 11:24:20 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2166d9529a60d1cdedb733d2e4134c971f0969ec
https://github.com/llvm/llvm-project/commit/2166d9529a60d1cdedb733d2e4134c971f0969ec
Author: Jan Sjodin <jan_sjodin at yahoo.com>
Date: 2022-11-29 (Tue, 29 Nov 2022)
Changed paths:
M clang/lib/CodeGen/CGOpenMPRuntime.cpp
M llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
Log Message:
-----------
[OpenMP][OMPIRBuilder] Migrate target outlined function registration to OMPIRBuilder from clang
This patch moves the outlined function registration, function attribute
configuration and function ID creation to the OpenMPIRBuilder. This will later
be used by flag as well.
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D137587
More information about the All-commits
mailing list