diff options
author | Nemanja Ivanovic <nemanja.i.ibm@gmail.com> | 2020-06-29 11:37:03 -0500 |
---|---|---|
committer | Nemanja Ivanovic <nemanja.i.ibm@gmail.com> | 2020-06-29 12:26:08 -0500 |
commit | d2533d96e14118a86904a69fd2a192c008642f14 (patch) | |
tree | 45a1f31b7bdf88c13215a8c12a3aab032f5ecf5a /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | |
parent | e73c3bb06b5a35d13cf96d574ce3b849c5d3d56d (diff) | |
download | llvm-d2533d96e14118a86904a69fd2a192c008642f14.zip llvm-d2533d96e14118a86904a69fd2a192c008642f14.tar.gz llvm-d2533d96e14118a86904a69fd2a192c008642f14.tar.bz2 |
[PowerPC] Fix crash for shuffle canonicalization with elt 0 from RHS
Commit 1fed131660b2 assumed that shuffle vector canonicalization will
always ensure that the shuffle mask will be ordered so that element
zero comes from the LHS vector. However there is code out there for
which this is not the case. This patch simply removes that unsafe
assumption and makes the code work regardless of the source of the
first element.
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp')
0 files changed, 0 insertions, 0 deletions