]> granicus.if.org Git - llvm/commit
Implement floating point compare for mips fast-isel
authorReed Kotler <rkotler@mips.com>
Fri, 10 Oct 2014 20:46:28 +0000 (20:46 +0000)
committerReed Kotler <rkotler@mips.com>
Fri, 10 Oct 2014 20:46:28 +0000 (20:46 +0000)
commit704d4277aaa43c0dcdd5830f7230409c2de41085
treeb287c0a8f55702cba180a8a8aab082174c0b57bf
parentb586add5e0562ed969c821d0126a22639a267d69
Implement floating point compare for mips fast-isel

Summary: Expand SelectCmp to handle floating point compare

Test Plan:
fpcmpa.ll
run 4 flavors of test-suite, mips32 r1/r2 O0/O2

Reviewers: dsanders

Reviewed By: dsanders

Subscribers: llvm-commits, rfuhler

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

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