[PATCH] D147217: [OpenMP][OMPIRBuilder] OpenMPIRBuilder support for requires directive
Jan Sjödin via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 16 07:49:52 PDT 2023
jsjodin added inline comments.
================
Comment at: llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp:5291
+Function *OpenMPIRBuilder::createRegisterRequires(StringRef Name) {
+ // Skip the creation of the registration function if this is device codegen
----------------
Perhaps this function should be part of the subsequent patches, since we're only moving and using the configuration bits right now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147217/new/
https://reviews.llvm.org/D147217
More information about the cfe-commits
mailing list