summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2015-12-21 21:00:43 +0000
committerTobias Grosser <tobias@grosser.es>2015-12-21 21:00:43 +0000
commitc1a269bf0e0aec0ccb1f3d754105cf5561e79501 (patch)
tree871c4d3bf93b5504c756fba56c4bfc631f0ad7e4 /lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp
parent13da1f149e013df96d58eb04810e55203473b2e2 (diff)
downloadbcm5719-llvm-c1a269bf0e0aec0ccb1f3d754105cf5561e79501.tar.gz
bcm5719-llvm-c1a269bf0e0aec0ccb1f3d754105cf5561e79501.zip
Add option to assume single-loop scops with sufficient compute are profitable
If a loop has a sufficiently large amount of compute instruction in its loop body, it is unlikely that our rewrite of the loop iterators introduces large performance changes. As Polly can also apply beneficical optimizations (such as parallelization) to such loop nests, we mark them as profitable. This option is currently "disabled" by default, but can be used to run experiments. If enabled by setting it e.g. to 40 instructions, we currently see some compile-time increases on LNT without any significant run-time changes. llvm-svn: 256199
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud