1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/include/llvm/Frontend/OpenMP
Michael Kruse 930857b772 [OpenMPIRBuilder] Implement collapseLoops.
The collapseLoops method implements a transformations facilitating the implementation of the collapse-clause. It takes a list of loops from a loop nest and reduces it to a single loop that can be used by other methods that are implemented on just a single loop, such as createStaticWorkshareLoop.

This patch shares some changes with D92974 (such as adding some getters to CanonicalLoopNest), used by both patches.

Reviewed By: jdoerfert

Differential Revision: https://reviews.llvm.org/D93268
2021-02-03 19:12:02 -06:00
..
CMakeLists.txt [openmp] Remove clause from OMPKinds.def and use OMP.td info 2020-12-17 14:08:12 -05:00
OMP.td [flang][directive] Get rid of flangClassValue in TableGen 2021-01-19 10:28:46 -05:00
OMPConstants.h [OpenMP] Add initial support for omp [begin/end] assumes 2020-12-16 20:02:49 -06:00
OMPContext.h [OpenMP] Allow traits for the OpenMP context selector isa 2020-07-29 10:22:27 -05:00
OMPGridValues.h [NFC][OpenMP] Update description of OMPGridValues enums 2020-10-21 18:22:11 +00:00
OMPIRBuilder.h [OpenMPIRBuilder] Implement collapseLoops. 2021-02-03 19:12:02 -06:00
OMPKinds.def [OpenMP] Add support for mapping names in mapper API 2021-01-21 09:26:44 -05:00