[PATCH] D17989: [mips][microMIPS] Add CodeGen support for SLL16, SRL16, SLL, SLLV, SRA, SRAV, SRL and SRLV instructions

Zlatko Buljan via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 19 00:49:02 PDT 2016


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

Rebased to work with TOT.
Added -relocation-model=pic switch to microMIPS CodeGen tests for consistency with other tests.
Removed redundant tests for sllv, srav and srlv.


http://reviews.llvm.org/D17989

Files:
  lib/Target/Mips/MicroMips32r6InstrInfo.td
  lib/Target/Mips/MicroMipsInstrInfo.td
  lib/Target/Mips/MipsInstrInfo.td
  test/CodeGen/Mips/llvm-ir/ashr.ll
  test/CodeGen/Mips/llvm-ir/lshr.ll
  test/CodeGen/Mips/llvm-ir/shl.ll
  test/CodeGen/Mips/micromips-shift.ll
  test/MC/Disassembler/Mips/micromips32r6/valid.txt
  test/MC/Disassembler/Mips/micromips64r6/valid.txt
  test/MC/Mips/micromips-shift-instructions.s
  test/MC/Mips/micromips/invalid.s
  test/MC/Mips/micromips32r6/invalid.s
  test/MC/Mips/micromips32r6/valid.s
  test/MC/Mips/micromips64r6/invalid.s
  test/MC/Mips/micromips64r6/valid.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17989.54166.patch
Type: text/x-patch
Size: 28625 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160419/bec335e1/attachment.bin>


More information about the llvm-commits mailing list