[Mlir-commits] [mlir] [MLIR][OpenMP] Fix MLIR->LLVM value matching in privatization logic (PR #103718)
Leandro Lupori
llvmlistbot at llvm.org
Thu Aug 15 10:08:35 PDT 2024
================
@@ -1444,12 +1444,43 @@ convertOmpParallel(omp::ParallelOp opInst, llvm::IRBuilderBase &builder,
auto privateVars = opInst.getPrivateVars();
auto privateSyms = opInst.getPrivateSyms();
+ // Try to find a privatizer that corresponds to the LLVM value being
+ // prvatized.
----------------
luporl wrote:
```suggestion
// privatized.
```
https://github.com/llvm/llvm-project/pull/103718
More information about the Mlir-commits
mailing list