Add basic conditional branches in mips fast-isel
authorReed Kotler <rkotler@mips.com>
Sat, 11 Oct 2014 00:55:18 +0000 (00:55 +0000)
committerReed Kotler <rkotler@mips.com>
Sat, 11 Oct 2014 00:55:18 +0000 (00:55 +0000)
commitdd190243ee67e488521ab8eac52fa1fc96cb0651
treec6753b79ed448b22f1d922dc9e8027457c16f79f
parentc13c09106e0559e20c876c6e76ebb3a094cc5128
Add basic conditional branches in mips fast-isel

Summary: Implement the most basic form of conditional branches in Mips fast-isel.

Test Plan:
br1.ll
run 4 flavors of test-suite. mips32 r1/r2 and at -O0/O2

Reviewers: dsanders

Reviewed By: dsanders

Subscribers: llvm-commits, rfuhler

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

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