[flang-commits] [flang] [flang][OpenMP] Fix alias analysis for omp.private copy region block arguments to help inline hlfir.assign to improve time taken in LTO. (PR #209539)

Tom Eccles via flang-commits flang-commits at lists.llvm.org
Wed Jul 15 07:37:33 PDT 2026


tblah wrote:

Thanks for the patch. I think the overall idea is good but some care needs to be taken.

A POINTER variable in FIRSTPRIVATE will receive the original pointer's association status. So in that case the data pointed to through the argument will alias - only the descriptor would be private.



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


More information about the flang-commits mailing list