OSDN Git Service

[PowerPC] Eliminate integer compare instructions - vol. 5
authorNemanja Ivanovic <nemanja.i.ibm@gmail.com>
Wed, 7 Jun 2017 13:18:06 +0000 (13:18 +0000)
committerNemanja Ivanovic <nemanja.i.ibm@gmail.com>
Wed, 7 Jun 2017 13:18:06 +0000 (13:18 +0000)
commitaa74d107f61f8af09f37cc11f65b862f2115db18
tree14e85fd89e9b722c2316f3d0a4b3dc0037637d77
parentd33e35c9272c55245f9398dbcb3498ee531fc045
[PowerPC] Eliminate integer compare instructions - vol. 5

Adds handling for i64 SETNE comparison (both sign and zero extended).

Differential Revision: https://reviews.llvm.org/D33720

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304907 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
test/CodeGen/PowerPC/logic-ops-on-compares.ll
test/CodeGen/PowerPC/testComparesinesll.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesineull.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesllnesll.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesllneull.ll [new file with mode: 0644]