implement integer compare in mips fast-isel
authorReed Kotler <rkotler@mips.com>
Fri, 10 Oct 2014 17:39:51 +0000 (17:39 +0000)
committerReed Kotler <rkotler@mips.com>
Fri, 10 Oct 2014 17:39:51 +0000 (17:39 +0000)
commit5ae4b93565d25a74b07781e9e720d17c8b8c066a
tree7dca91510c7cee4da5c89c666638d00ceb5ce481
parented05e3703e07dfeae33acdd3cc5ad07b5f5b86c6
implement integer compare in mips fast-isel

Summary: implement SelectCmp (integer compare ) in mips fast-isel

Test Plan:
icmpa.ll
also ran 4 test-suite flavors mips32 r1/r2 O0/O2

Reviewers: dsanders

Reviewed By: dsanders

Subscribers: llvm-commits, rfuhler, mcrosier

Differential Revision: http://reviews.llvm.org/D5566

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219518 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MipsFastISel.cpp
test/CodeGen/Mips/Fast-ISel/icmpa.ll [new file with mode: 0644]