diff options
author | Mehdi Amini <mehdi.amini@apple.com> | 2017-01-06 21:06:51 +0000 |
---|---|---|
committer | Mehdi Amini <mehdi.amini@apple.com> | 2017-01-06 21:06:51 +0000 |
commit | 27d224fbbb5185bb84df5535ff8682560796ee18 (patch) | |
tree | b15f5c6dc2dd9ef0917306bf26fa019fd55532d8 /lldb/packages/Python/lldbsuite/test/python_api/target/TestTargetAPI.py | |
parent | 218ecacbf10a238ce2f71d620fa510c9aada0e73 (diff) | |
download | bcm5719-llvm-27d224fbbb5185bb84df5535ff8682560796ee18.tar.gz bcm5719-llvm-27d224fbbb5185bb84df5535ff8682560796ee18.zip |
Fix LoopLoadElimination to keep original alignment on the inital hoisted store
This is fixing a bug where Loop Vectorization is widening a load but
with a lower alignment. Hoisting the load without propagating the alignment
will allow inst-combine to later deduce a higher alignment that what the pointer
actually is.
Differential Revision: https://reviews.llvm.org/D28408
llvm-svn: 291281
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/target/TestTargetAPI.py')
0 files changed, 0 insertions, 0 deletions