[Mlir-commits] [flang] [mlir] [WIP] Delayed privatization. (PR #79862)
Kareem Ergawy
llvmlistbot at llvm.org
Fri Feb 2 00:19:43 PST 2024
ergawy wrote:
> Forgot to mention that the OpenMPIRBuilder has a privatization call back that is designed to implement privatization. You can consider using that. (
>
> https://github.com/llvm/llvm-project/blob/648eb7c1415afb818b45782e1f2758a1f7677496/llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp#L1544
> )
Thanks for pointing that out. Done, hopefully :).
https://github.com/llvm/llvm-project/pull/79862
More information about the Mlir-commits
mailing list