[flang-commits] [flang] [flang][OpenMP] Fix wrong results for FORALL in a workshare construct (PR #211371)

Carlos Seo via flang-commits flang-commits at lists.llvm.org
Fri Jul 24 08:27:11 PDT 2026


ceseo wrote:

> I wonder if instead of looking for values written to, this could look for values read from and work backwards from that. This way we don't broadcast values which never get read (for example in a terminal single). This is just a suggestion to get around my comment on nowait. Other solutions are welcome.

This is actually way more elegant. I'll give it a try.



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


More information about the flang-commits mailing list