[llvm-branch-commits] [flang] [flang][OpenMP] Support tasks' implicit firstprivate DSA (PR #85989)

Leandro Lupori via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Mar 26 08:02:23 PDT 2024


luporl wrote:

@NimishMishra Thanks for the review!

It seems the buildbot errors on Windows are all of this type: `fatal error C1002: compiler is out of heap space in pass 2`.

> Is this merge not in main?

It is not. It depends on https://github.com/llvm/llvm-project/pull/85978, that depends on https://github.com/llvm/llvm-project/pull/72510. As tasks' implicit firstprivate happens only when no default clause is specified, I thought it would be better to start from the default clause fix, in https://github.com/llvm/llvm-project/pull/72510.

Actually, https://github.com/llvm/llvm-project/pull/78283 is also needed to avoid issues with threadprivate.

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


More information about the llvm-branch-commits mailing list