We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b359a7f commit c17698cCopy full SHA for c17698c
llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
@@ -7061,7 +7061,9 @@ static void emitTargetCall(
7061
SmallVectorImpl<Value *> &Args,
7062
OpenMPIRBuilder::GenMapInfoCallbackTy GenMapInfoCB,
7063
SmallVector<llvm::OpenMPIRBuilder::DependData> Dependencies = {}) {
7064
- // emitKernelLaunch
+ // Generate a function call to the host fallback implementation of the target
7065
+ // region. This is called by the host when no offload entry was generated for
7066
+ // the target region and when the offloading call fails at runtime.
7067
auto &&EmitTargetCallFallbackCB =
7068
[&](OpenMPIRBuilder::InsertPointTy IP) -> OpenMPIRBuilder::InsertPointTy {
7069
Builder.restoreIP(IP);
0 commit comments