OSDN Git Service

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)
commit95a2bb4cdf48fb927c1c7c640012118c455b6727
treefe1d9df77f7e0fa36b14be4aa5cd0fb03a970202
parenta5401d67304b9814fc13521563a9634f37f2047b
Add conditional branch instructions and their patterns.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166134 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
lib/Target/Mips/Mips16InstrInfo.cpp
lib/Target/Mips/Mips16InstrInfo.td
test/CodeGen/Mips/brconeq.ll [new file with mode: 0644]
test/CodeGen/Mips/brconeqk.ll [new file with mode: 0644]
test/CodeGen/Mips/brconeqz.ll [new file with mode: 0644]
test/CodeGen/Mips/brconge.ll [new file with mode: 0644]
test/CodeGen/Mips/brcongt.ll [new file with mode: 0644]
test/CodeGen/Mips/brconle.ll [new file with mode: 0644]
test/CodeGen/Mips/brconlt.ll [new file with mode: 0644]
test/CodeGen/Mips/brconne.ll [new file with mode: 0644]
test/CodeGen/Mips/brconnek.ll [new file with mode: 0644]
test/CodeGen/Mips/brconnez.ll [new file with mode: 0644]