[mips][microMIPS] Implement CodeGen support for SLL16 and SRL16 instructions
authorZoran Jovanovic <zoran.jovanovic@imgtec.com>
Wed, 5 Nov 2014 15:46:53 +0000 (15:46 +0000)
committerZoran Jovanovic <zoran.jovanovic@imgtec.com>
Wed, 5 Nov 2014 15:46:53 +0000 (15:46 +0000)
commit8cfd4909f0700d105818717a0bb4cfb432403efd
treec46613902308473870b47b808d20c3049ae52f66
parent7c63a6331f02381b97b45d953bdcd84d8d7621ac
[mips][microMIPS] Implement CodeGen support for SLL16 and SRL16 instructions
Differential Revision: http://reviews.llvm.org/D5933

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221352 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MicroMipsInstrInfo.td
lib/Target/Mips/MipsInstrInfo.td
test/CodeGen/Mips/micromips-shift.ll [new file with mode: 0644]