[PATCH] D139634: [OpenMP][OMPIRBuilder] Migrate code to emit target region functions from clang to OMPIRBuilder
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 8 11:14:20 PST 2022
jdoerfert added a comment.
LG
================
Comment at: llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h:1505-1506
+ /// If this target outline function is not an offload entry, we don't need to
+ /// register it. This may happen if it is guarded by an if clause that is
+ /// false /// at compile time, or no target archs have been specified.
+ ///
----------------
minor comment mishap
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139634/new/
https://reviews.llvm.org/D139634
More information about the llvm-commits
mailing list