summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/value/TestValueAPI.py
diff options
context:
space:
mode:
authorSjoerd Meijer <sjoerd.meijer@arm.com>2019-09-24 08:03:34 +0000
committerSjoerd Meijer <sjoerd.meijer@arm.com>2019-09-24 08:03:34 +0000
commit0fcb3afb401c8c22383a95b515d4213659106d00 (patch)
tree11c3bdd3d269a239a57cfdafa0bb09eea438072c /lldb/packages/Python/lldbsuite/test/python_api/value/TestValueAPI.py
parent54b78f3bb6789941fec2c5898828803592e97a11 (diff)
downloadbcm5719-llvm-0fcb3afb401c8c22383a95b515d4213659106d00.tar.gz
bcm5719-llvm-0fcb3afb401c8c22383a95b515d4213659106d00.zip
[LV] Forced vectorization with runtime checks and OptForSize
When vectorisation is forced with a pragma, we optimise for min size, and we need to emit runtime memory checks, then allow this code growth and don't run in an assert like we currently do. This is the result of D65197 and D66803, and was a use-case not really considered before. If this now happens, we emit an optimisation remark warning about the code-size expansion, which can be avoided by not forcing vectorisation or possibly source-code modifications. Differential Revision: https://reviews.llvm.org/D67764 llvm-svn: 372694
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/value/TestValueAPI.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud