[PATCH] D19354: [mips][microMIPS] Implement SLT, SLTI, SLTIU, SLTU microMIPS32r6 instructions
Hrvoje Varga via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 21 00:08:29 PDT 2016
hvarga created this revision.
hvarga added reviewers: dsanders, sdardis, zoran.jovanovic, zbuljan.
hvarga added subscribers: llvm-commits, petarj, dsanders.
Herald added a reviewer: vkalintiris.
Herald added a subscriber: sdardis.
This patch implements SLT, SLTI, SLTIU and SLTU microMIPS32r6 instructions.
http://reviews.llvm.org/D19354
Files:
lib/Target/Mips/MicroMips32r6InstrInfo.td
lib/Target/Mips/MicroMipsInstrFormats.td
lib/Target/Mips/MicroMipsInstrInfo.td
lib/Target/Mips/MipsInstrInfo.td
test/CodeGen/Mips/brconlt.ll
test/CodeGen/Mips/seteq.ll
test/CodeGen/Mips/setltk.ll
test/CodeGen/Mips/setne.ll
test/MC/Disassembler/Mips/micromips32r6/valid.txt
test/MC/Mips/micromips32r6/valid.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19354.54463.patch
Type: text/x-patch
Size: 8897 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160421/8b67b9a2/attachment.bin>
More information about the llvm-commits
mailing list