[Mlir-commits] [flang] [mlir] [mlir][OpenMP][flang] make private variable allocation implicit in omp.private (PR #124019)

Leandro Lupori llvmlistbot at llvm.org
Thu Jan 30 08:30:18 PST 2025


https://github.com/luporl approved this pull request.

LGTM, thanks.

If I understood correctly, with this change the generated code will have more barriers than before, although some of those might be fixing existing race conditions.
Is my understanding correct, that the goal is to prioritize correctness for now and to remove unnecessary barriers in the future?

https://github.com/llvm/llvm-project/pull/124019


More information about the Mlir-commits mailing list