[flang-commits] [flang] [flang][OpenMP] enable delayed privatization by default for `omp.target` (PR #122476)
Kareem Ergawy via flang-commits
flang-commits at lists.llvm.org
Mon Jan 13 06:22:22 PST 2025
ergawy wrote:
> Implementation seems fine, but delayed privatization of `firstprivate` is not supported yet in MLIR to LLVM IR translation. Wouldn't that have to be addressed before making delayed privatization the default?
I agree, handling `firstprivate` should happen first. It was on my `todo` list but forgot about it. Will look into it ...
https://github.com/llvm/llvm-project/pull/122476
More information about the flang-commits
mailing list