[PATCH] D47255: [mips] Fix the definitions of lwp, swp

Simon Dardis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 23 05:55:30 PDT 2018


sdardis created this revision.
sdardis added reviewers: atanasyan, abeserminji, smaksimovic.
Herald added a subscriber: arichardson.

Rather than using a regpair operand of these instructions, use two seperate
operands and a custom converter to handle the implicit second register operand.

Additionally, remove the microMIPS32R6 definition as its redundant.


Repository:
  rL LLVM

https://reviews.llvm.org/D47255

Files:
  lib/Target/Mips/AsmParser/MipsAsmParser.cpp
  lib/Target/Mips/Disassembler/MipsDisassembler.cpp
  lib/Target/Mips/MicroMips32r6InstrFormats.td
  lib/Target/Mips/MicroMips32r6InstrInfo.td
  lib/Target/Mips/MicroMipsInstrInfo.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47255.148196.patch
Type: text/x-patch
Size: 8822 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180523/e0e693f1/attachment.bin>


More information about the llvm-commits mailing list