[PATCH] D33988: [mips] Fix register positions in the aui/daui instructions

Miloš Stojanović via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 7 05:41:31 PDT 2017


mstojanovic created this revision.
Herald added a subscriber: arichardson.

Swapped the position of the rt and rs register in the aut/daui instructions for mips32r6 and mips64r6.
With this change the format of the generated instructions complies with specifications and GCC.


https://reviews.llvm.org/D33988

Files:
  lib/Target/Mips/Mips32r6InstrInfo.td
  test/MC/Disassembler/Mips/mips32r6/valid-mips32r6-el.txt
  test/MC/Disassembler/Mips/mips32r6/valid-mips32r6.txt
  test/MC/Disassembler/Mips/mips64r6/valid-mips64r6-el.txt
  test/MC/Disassembler/Mips/mips64r6/valid-mips64r6.txt
  test/MC/Mips/mips32r6/valid.s
  test/MC/Mips/mips64r6/valid.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33988.101704.patch
Type: text/x-patch
Size: 6829 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170607/d78aee0a/attachment.bin>


More information about the llvm-commits mailing list