[clang] [llvm] [mlir] [OMPIRBuilder] - Handle dependencies in `createTarget` (PR #93977)
Sergio Afonso via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 5 04:11:54 PDT 2024
================
@@ -5572,6 +5999,8 @@ void OpenMPIRBuilder::emitOffloadingArrays(
return;
Builder.restoreIP(AllocaIP);
+ LLVM_DEBUG(dbgs() << "Basicblock before emitOffloadingArrays\n"
+ << *(Builder.GetInsertBlock()) << "\n");
----------------
skatrak wrote:
Nit: Is this addition intentional?
https://github.com/llvm/llvm-project/pull/93977
More information about the llvm-commits
mailing list