diff options
author | Anton Afanasyev <anton.a.afanasyev@gmail.com> | 2020-12-08 12:51:45 +0300 |
---|---|---|
committer | Anton Afanasyev <anton.a.afanasyev@gmail.com> | 2020-12-09 16:38:45 +0300 |
commit | e5bf2e8989469ec328d910be26bd3ee0710326d9 (patch) | |
tree | 3f2daaa8df5b921ac957fc4990fbeeb2d4a0c11a /lldb/source/Plugins/ScriptInterpreter/Python | |
parent | 163c223161b8cd33e812613b27fbc52ea6e0f880 (diff) | |
download | llvm-e5bf2e8989469ec328d910be26bd3ee0710326d9.zip llvm-e5bf2e8989469ec328d910be26bd3ee0710326d9.tar.gz llvm-e5bf2e8989469ec328d910be26bd3ee0710326d9.tar.bz2 |
[SLP] Use the width of value truncated just before storing
For stores chain vectorization we choose the size of vector
elements to ensure we fit to minimum and maximum vector register
size for the number of elements given. This patch corrects vector
element size choosing the width of value truncated just before
storing instead of the width of value stored.
Fixes PR46983
Differential Revision: https://reviews.llvm.org/D92824
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions