[llvm-branch-commits] [mlir] [mlir][OpenMP] Pack task private variables into a heap-allocated context struct (PR #125307)
Kareem Ergawy via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Feb 4 21:04:42 PST 2025
================
@@ -1730,6 +1730,126 @@ buildDependData(std::optional<ArrayAttr> dependKinds, OperandRange dependVars,
}
}
+static bool privatizerReadsSourceVariable(omp::PrivateClauseOp &priv) {
----------------
ergawy wrote:
nit: I think it would be nice to have on the op definition itself.
https://github.com/llvm/llvm-project/pull/125307
More information about the llvm-branch-commits
mailing list