[PATCH] D16676: [mips][microMIPS] Add CodeGen support for SUBU16, SUB, SUBU, DSUB and DSUBU instructions

Zlatko Buljan via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 22 05:36:17 PDT 2016


zbuljan updated this revision to Diff 54635.
zbuljan added a comment.
Herald added a subscriber: sdardis.

Rebased to work with TOT.
Removed redundant POOL32S_DSUB_FM_MMR6 class and replaced with existing POOL32S_ARITH_FM_MMR6.
Added alias for dnegu $rt.
Added invalid tests for dneg and dnegu with immediate operands.


http://reviews.llvm.org/D16676

Files:
  lib/Target/Mips/MicroMips32r6InstrInfo.td
  lib/Target/Mips/MicroMips64r6InstrInfo.td
  lib/Target/Mips/MicroMipsInstrInfo.td
  lib/Target/Mips/Mips64InstrInfo.td
  lib/Target/Mips/MipsInstrInfo.td
  test/CodeGen/Mips/llvm-ir/sub.ll
  test/MC/Disassembler/Mips/micromips64r6/valid.txt
  test/MC/Mips/micromips64r6/invalid.s
  test/MC/Mips/micromips64r6/valid.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16676.54635.patch
Type: text/x-patch
Size: 19221 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160422/88ab23f6/attachment-0001.bin>


More information about the llvm-commits mailing list