[llvm-branch-commits] [flang] [flang] Lower omp.workshare to other omp constructs (PR #101446)

Ivan R. Ivanov via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sat Oct 19 21:49:01 PDT 2024


ivanradanov wrote:

I have rebased this on the latest main and also marked the follow up https://github.com/llvm/llvm-project/pull/104748 as ready for review. This follow up PR contains code and tests which are needed to fully check this implementation as well.

I think this stack is currently in a good state to be merged.

The 1/4 https://github.com/llvm/llvm-project/pull/101443 2/4 https://github.com/llvm/llvm-project/pull/101444 3/4 https://github.com/llvm/llvm-project/pull/101445 are already approved and good to go, but 2/4 https://github.com/llvm/llvm-project/pull/101444 must be merged together with this PR because otherwise it will result in compilation failures for `omp workshare`.

Thus, it would be great if this PR can be reviewed as well and we can proceed with merging if it looks good.


(The build failures are only on windows and coming from the main branch and not introduced by this)

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


More information about the llvm-branch-commits mailing list