summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp
diff options
context:
space:
mode:
authorMatthew Simpson <mssimpso@codeaurora.org>2016-05-16 15:08:20 +0000
committerMatthew Simpson <mssimpso@codeaurora.org>2016-05-16 15:08:20 +0000
commite43198dc4b8bcce0518575d16bff52a6d38cea1f (patch)
tree3482cecfd428dc00f9eb34a582d0536aab9c8a4e /lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp
parent3df287923275340cb16cf597b93353a4910e3331 (diff)
downloadbcm5719-llvm-e43198dc4b8bcce0518575d16bff52a6d38cea1f.tar.gz
bcm5719-llvm-e43198dc4b8bcce0518575d16bff52a6d38cea1f.zip
[LV] Ensure safe VF for loops with interleaved accesses
The selection of the vectorization factor currently doesn't consider interleaved accesses. The vectorization factor is based on the maximum safe dependence distance computed by LAA. However, for loops with interleaved groups, we should instead base the vectorization factor on the maximum safe dependence distance divided by the maximum interleave factor of all the interleaved groups. Interleaved accesses not in a group will be scalarized. Differential Revision: http://reviews.llvm.org/D20241 llvm-svn: 269659
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud