[Mlir-commits] [mlir] [MLIR][OpenMP] Support basic materialization for `omp.private` ops (PR #81715)
Kiran Chandramohan
llvmlistbot at llvm.org
Thu Feb 22 05:10:21 PST 2024
kiranchandramohan 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.
https://github.com/llvm/llvm-project/pull/81715
More information about the Mlir-commits
mailing list