llvm-project/openmp/libomptarget/DeviceRTL
Joseph Huber a619072c61 [OpenMP] Manually unroll the argument copy loop
The unroll pragma did not properly work as the loop bound was not known
when we optimize the runtime and we then added a "unroll disable"
metadata which prevented unrolling later when the bounds were known.
For now we manually unroll to make sure up to 16 elements are handled
nicely. This helps optimizations to look through the argument passing.

Reviewed By: jdoerfert

Differential Revision: https://reviews.llvm.org/D109164
2022-03-21 20:54:11 -04:00
..
include [OpenMP] Add flag for disabling thread state in runtime 2022-02-18 08:35:05 -05:00
src [OpenMP] Manually unroll the argument copy loop 2022-03-21 20:54:11 -04:00
CMakeLists.txt [OpenMP][CMake] Clean up the CMake variable `LIBOMPTARGET_LLVM_INCLUDE_DIRS` 2022-03-05 22:37:59 -05:00