[Mlir-commits] [mlir] [MLIR][OpenMP] Support basic materialization for `omp.private` ops (PR #81715)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Thu Feb 22 07:55:38 PST 2024
NimishMishra wrote:
> Is the privatizer callback called after outlining? If not, the module translation already has the mlir and llvm value that is going to be privatized. So it can effectively work with this information on a parameter less callback.
Does outlining remove the MLIR value? I am not aware of this; if you could explain a bit...
https://github.com/llvm/llvm-project/pull/81715
More information about the Mlir-commits
mailing list