Add conditional branch instructions and their patterns.
authorReed Kotler <rkotler@mips.com>
Wed, 17 Oct 2012 22:29:54 +0000 (22:29 +0000)
committerReed Kotler <rkotler@mips.com>
Wed, 17 Oct 2012 22:29:54 +0000 (22:29 +0000)
commit6743924a321771d9c8c48be60716ea19f71d881d
tree7329028e70ab0dab4b72413f13d9998cc3f07d00
parentd228483d8c579930d490053ca9944bb04d908ee8
Add conditional branch instructions and their patterns.

llvm-svn: 166134
12 files changed:
llvm/lib/Target/Mips/Mips16InstrInfo.cpp
llvm/lib/Target/Mips/Mips16InstrInfo.td
llvm/test/CodeGen/Mips/brconeq.ll [new file with mode: 0644]
llvm/test/CodeGen/Mips/brconeqk.ll [new file with mode: 0644]
llvm/test/CodeGen/Mips/brconeqz.ll [new file with mode: 0644]
llvm/test/CodeGen/Mips/brconge.ll [new file with mode: 0644]
llvm/test/CodeGen/Mips/brcongt.ll [new file with mode: 0644]
llvm/test/CodeGen/Mips/brconle.ll [new file with mode: 0644]
llvm/test/CodeGen/Mips/brconlt.ll [new file with mode: 0644]
llvm/test/CodeGen/Mips/brconne.ll [new file with mode: 0644]
llvm/test/CodeGen/Mips/brconnek.ll [new file with mode: 0644]
llvm/test/CodeGen/Mips/brconnez.ll [new file with mode: 0644]