[PATCH] D89671: [LLVM][OpenMP] Adding support for OpenMP sections construct in OpenMPIRBuilder
Michael Kruse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 9 13:18:17 PST 2020
Meinersbur added a comment.
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.
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