[Mlir-commits] [mlir] [MLIR][OpenMP] Support basic materialization for `omp.private` ops (PR #81715)
Sergio Afonso
llvmlistbot at llvm.org
Fri Feb 23 05:55:15 PST 2024
https://github.com/skatrak commented:
This compromise seems reasonable to me. The operation is not invalidated and a full clone is avoided. Without a way to get the OMPIRBuilder to detect these block arguments as external variables to be privatized, this seems like a good plan B.
https://github.com/llvm/llvm-project/pull/81715
More information about the Mlir-commits
mailing list