diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-07-10 10:46:36 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-07-10 10:46:36 +0000 |
commit | 6a58583951bdba2ee7e6bcd04d7806438f810904 (patch) | |
tree | 578a8d3046c7ffc3f72994ba3e677ef33b04b4e2 /lldb/packages/Python/lldbsuite/test/python_api/signals/main.cpp | |
parent | bb1167a3a182aeecf8485e2ad3e2b77989d5b171 (diff) | |
download | bcm5719-llvm-6a58583951bdba2ee7e6bcd04d7806438f810904.tar.gz bcm5719-llvm-6a58583951bdba2ee7e6bcd04d7806438f810904.zip |
[X86][SSE] EltsFromConsecutiveLoads - add basic dereferenceable support
This patch checks to see if the vector element loads are based off a dereferenceable pointer that covers the entire vector width, in which case we don't need to have element loads at both extremes of the vector width - just the start (base pointer) of it.
Another step towards partial vector loads......
Differential Revision: https://reviews.llvm.org/D64205
llvm-svn: 365614
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/signals/main.cpp')
0 files changed, 0 insertions, 0 deletions