[PATCH] D102008: [OpenMP]Add support for workshare loop modifier in lowering
Mats Petersson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 6 10:24:12 PDT 2021
Leporacanthicus created this revision.
Leporacanthicus added reviewers: jdoerfert, Meinersbur, fghanim, AMDChirag, SouraVX, kiranktp.
Herald added subscribers: guansong, hiraditya, yaxunl.
Leporacanthicus requested review of this revision.
Herald added subscribers: llvm-commits, sstefan1.
Herald added a project: LLVM.
When lowering the dynamic, guided, auto and runtime types of scheduling,
there is an optional monotonic or non-monotonic modifier. This patch
adds support in the OMP IR Builder to pass this down to the runtime
functions.
Also implements tests for the variants.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D102008
Files:
llvm/include/llvm/Frontend/OpenMP/OMPConstants.h
llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
llvm/unittests/Frontend/OpenMPIRBuilderTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102008.343453.patch
Type: text/x-patch
Size: 4846 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210506/cd8fb243/attachment.bin>
More information about the llvm-commits
mailing list