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

Kiran Chandramohan llvmlistbot at llvm.org
Sun Feb 18 07:56:42 PST 2024


================
@@ -1000,11 +1000,39 @@ convertOmpWsLoop(Operation &opInst, llvm::IRBuilderBase &builder,
   return success();
 }
 
+/// Replace the region arguments of the parallel op (which correspond to private
+/// variables) with the actual private varibles they correspond to. This
----------------
kiranchandramohan wrote:

```suggestion
/// variables) with the actual private variables they correspond to. This
```

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


More information about the Mlir-commits mailing list