summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/macros/TestMacros.py
diff options
context:
space:
mode:
authorArtur Pilipenko <apilipenko@azulsystems.com>2017-10-05 16:28:21 +0000
committerArtur Pilipenko <apilipenko@azulsystems.com>2017-10-05 16:28:21 +0000
commit7b15254c8fe0f5992fff9037468bca3cc61a4445 (patch)
tree47c94bb61ccc0a6548924a84fd7051c53625fd5d /lldb/packages/Python/lldbsuite/test/expression_command/macros/TestMacros.py
parentaa0835a7abce9a7cbbf706539ef4712fa05c5a37 (diff)
downloadbcm5719-llvm-7b15254c8fe0f5992fff9037468bca3cc61a4445.tar.gz
bcm5719-llvm-7b15254c8fe0f5992fff9037468bca3cc61a4445.zip
[X86] Fix chains update when lowering BUILD_VECTOR to a vector load
The code which lowers BUILD_VECTOR of consecutive loads into a single vector load doesn't update chains properly. As a result the vector load can be reordered with the store to the same location. The current code in EltsFromConsecutiveLoads only updates the chain following the first load. The fix is to update the chains following all the loads comprising the vector. This is a fix for PR10114. Reviewed By: niravd Differential Revision: https://reviews.llvm.org/D38547 llvm-svn: 314988
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/macros/TestMacros.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud