diff options
author | Nemanja Ivanovic <nemanja.i.ibm@gmail.com> | 2022-01-24 13:19:20 -0600 |
---|---|---|
committer | Nemanja Ivanovic <nemanja.i.ibm@gmail.com> | 2022-01-26 08:59:08 -0600 |
commit | 0c56bc92e4b9cf949f431d1c9e11e9b509ef6dbd (patch) | |
tree | f5159ae74a7383c86dca91fb0149bedf29f7054b /llvm/lib/Object/MachOObjectFile.cpp | |
parent | dc441d776f9f8c3bbde4e234c606abffe7d5a95e (diff) | |
download | llvm-0c56bc92e4b9cf949f431d1c9e11e9b509ef6dbd.zip llvm-0c56bc92e4b9cf949f431d1c9e11e9b509ef6dbd.tar.gz llvm-0c56bc92e4b9cf949f431d1c9e11e9b509ef6dbd.tar.bz2 |
[PowerPC] Fix eq/ne comparison of v2i64 pre-Power8
In commit 1674d9b6b2da, I fixed the bug where we didn't consider
both words of the result of the comparison. However, the logic
needs to be different for eq and ne.
Namely for eq, we need both words of the doubleword to equal so it
is an AND. OTOH for ne, we need either word to be unequal so it
is an OR.
Diffstat (limited to 'llvm/lib/Object/MachOObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions