[Mlir-commits] [mlir] [MLIR][OpenMP] Support basic materialization for `omp.private` ops (PR #81715)

Kareem Ergawy llvmlistbot at llvm.org
Tue Feb 20 20:57:11 PST 2024


================
@@ -1119,6 +1235,7 @@ convertOmpParallel(omp::ParallelOp opInst, llvm::IRBuilderBase &builder,
       ompBuilder->createParallel(ompLoc, allocaIP, bodyGenCB, privCB, finiCB,
                                  ifCond, numThreads, pbKind, isCancellable));
 
+  opInst.erase();
----------------
ergawy wrote:

Debugging oversight. Same as the comment I linked above.

https://github.com/llvm/llvm-project/pull/81715


More information about the Mlir-commits mailing list