summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP/teams_distribute_thread_limit_messages.cpp
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2019-01-04 17:20:00 +0000
committerAaron Ballman <aaron@aaronballman.com>2019-01-04 17:20:00 +0000
commit9bdf515c744fcc29df8f941a2bed4b82e1d4aa56 (patch)
tree3765dc8a260bdb14a3a1761a79e79b26047d663d /clang/test/OpenMP/teams_distribute_thread_limit_messages.cpp
parent022e29b959e3943527472db96fa7650f3c202b63 (diff)
downloadbcm5719-llvm-9bdf515c744fcc29df8f941a2bed4b82e1d4aa56.tar.gz
bcm5719-llvm-9bdf515c744fcc29df8f941a2bed4b82e1d4aa56.zip
Add two new pragmas for controlling software pipelining optimizations.
This patch adds #pragma clang loop pipeline and #pragma clang loop pipeline_initiation_interval for debugging or reducing compile time purposes. It is possible to disable SWP for concrete loops to save compilation time or to find bugs by not doing SWP to certain loops. It is possible to set value of initiation interval to concrete number to save compilation time by not doing extra pipeliner passes or to check created schedule for specific initiation interval. Patch by Alexey Lapshin. llvm-svn: 350414
Diffstat (limited to 'clang/test/OpenMP/teams_distribute_thread_limit_messages.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud