[PATCH] D137720: Migrate getOrCreateInternalVariable from Clang to OMPIRBuilder.
Akash Banerjee via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 9 08:18:24 PST 2022
TIFitis created this revision.
TIFitis added reviewers: jdoerfert, jsjodin.
Herald added a subscriber: hiraditya.
Herald added a project: All.
TIFitis requested review of this revision.
Herald added subscribers: llvm-commits, cfe-commits, sstefan1.
Herald added projects: clang, LLVM.
This patch removes getOrCreateInternalVariable from Clang OMP CodeGen and replaces it's uses with
OMPBuilder::getOrCreateInternalVariable. Also refactors OMPBuilder::getOrCreateInternalVariable to change type of name
from Twine to StringRef
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D137720
Files:
clang/lib/CodeGen/CGOpenMPRuntime.cpp
clang/lib/CodeGen/CGOpenMPRuntime.h
llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137720.474283.patch
Type: text/x-patch
Size: 10891 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221109/1ae52068/attachment.bin>
More information about the cfe-commits
mailing list