[mips][microMIPS] Make usage of AND16, OR16 and XOR16 by code generator
authorJozef Kolek <jozef.kolek@imgtec.com>
Thu, 19 Feb 2015 11:51:32 +0000 (11:51 +0000)
committerJozef Kolek <jozef.kolek@imgtec.com>
Thu, 19 Feb 2015 11:51:32 +0000 (11:51 +0000)
commitbb539d3b4c7f5e933d0f585f9e766f21965c5881
tree0d2a0751035f278ce53c1e7b0aab5782bcad3e40
parent71164d08b195c1d4d08dc8a0ac160671d2fe3596
[mips][microMIPS] Make usage of AND16, OR16 and XOR16 by code generator

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

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