[PATCH] D137587: [OpenMP][OMPIRBuilder] Migrate target outlined function registration to OMPIRBuilder from clang
Jan Sjödin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 7 14:12:51 PST 2022
jsjodin created this revision.
jsjodin added reviewers: jdoerfert, ABataev, mikerice.
Herald added subscribers: guansong, hiraditya, yaxunl.
Herald added a project: All.
jsjodin requested review of this revision.
Herald added subscribers: llvm-commits, sstefan1.
Herald added a project: LLVM.
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.
https://reviews.llvm.org/D137587
Files:
clang/lib/CodeGen/CGOpenMPRuntime.cpp
llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137587.473790.patch
Type: text/x-patch
Size: 9419 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221107/c78a4cc1/attachment.bin>
More information about the llvm-commits
mailing list