diff options
author | Nemanja Ivanovic <nemanja.i.ibm@gmail.com> | 2021-12-21 14:28:41 -0600 |
---|---|---|
committer | Nemanja Ivanovic <nemanja.i.ibm@gmail.com> | 2021-12-21 14:28:41 -0600 |
commit | 1674d9b6b2da914619c7c197336bb74f7988cf38 (patch) | |
tree | 365e0e1e735d3511b97b5633614b04c3cee70286 /llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | |
parent | a3ea9052d6a16b13607046df6a324403fb51888d (diff) | |
download | llvm-1674d9b6b2da914619c7c197336bb74f7988cf38.zip llvm-1674d9b6b2da914619c7c197336bb74f7988cf38.tar.gz llvm-1674d9b6b2da914619c7c197336bb74f7988cf38.tar.bz2 |
[PowerPC] Fix vector equality comparison for v2i64 pre-Power8
The current code makes the assumption that equality
comparison can be performed with a word comparison
instruction. While this is true if the entire 64-bit
results are used, it does not generally work. It is
possible that the low order words and high order
words produce different results and a user of only
one will get the wrong result.
This patch adds an and of the result words so that
each word has the result of the comparison of the
entire doubleword that contains it.
Differential revision: https://reviews.llvm.org/D115678
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp')
0 files changed, 0 insertions, 0 deletions