[PowerPC] Handle selection of compare instructions in fast-isel.
authorBill Schmidt <wschmidt@linux.vnet.ibm.com>
Fri, 30 Aug 2013 03:16:48 +0000 (03:16 +0000)
committerBill Schmidt <wschmidt@linux.vnet.ibm.com>
Fri, 30 Aug 2013 03:16:48 +0000 (03:16 +0000)
commite206efd39bcc00600d816b67b041820b35d023fe
tree1a9760c3ef9d5e8038be3b46d48cb13b9a5d1d0e
parent40433e5df94f05ba93df7e96f7eb3f861915152a
[PowerPC] Handle selection of compare instructions in fast-isel.

Mostly trivial patch adding support for compares.  The meat of the
work was added with the branch support.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189639 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCFastISel.cpp
test/CodeGen/PowerPC/fast-isel-cmp-imm.ll [new file with mode: 0644]