[PATCH] D89671: [LLVM][OpenMP] Adding support for OpenMP sections construct in OpenMPIRBuilder

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 7 08:56:21 PST 2021


jdoerfert added a comment.

In D89671#2383849 <https://reviews.llvm.org/D89671#2383849>, @Meinersbur wrote:

> One idea: Now with D90830 <https://reviews.llvm.org/D90830> landed, CreateSections could be implemented by calling that (with TripCount == Number of sections), then call "CreateWorkshareLoop" (the same that we would use to implement `#pragma omp for`) to it, this would allow us to share the implementations of worksharing-loop and sections.
>
> CreateWorkshareLoop does not exist yet, we might refactor this code once it exists.

What happend to using this?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89671/new/

https://reviews.llvm.org/D89671



More information about the llvm-commits mailing list