aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/MachOObjectFile.cpp
diff options
context:
space:
mode:
authorNemanja Ivanovic <nemanja.i.ibm@gmail.com>2022-01-24 13:19:20 -0600
committerNemanja Ivanovic <nemanja.i.ibm@gmail.com>2022-01-26 08:59:08 -0600
commit0c56bc92e4b9cf949f431d1c9e11e9b509ef6dbd (patch)
treef5159ae74a7383c86dca91fb0149bedf29f7054b /llvm/lib/Object/MachOObjectFile.cpp
parentdc441d776f9f8c3bbde4e234c606abffe7d5a95e (diff)
downloadllvm-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