[PATCH] D47075: [mips] Correct the predicates of arithmetic and logic instructions.

Simon Dardis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 18 09:14:18 PDT 2018


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

As part of this effort, duplicate and correct the predicates of some
aliases. Also disable code generation of some short form instructions
for FastISel, as it would otherwise reject them.


Repository:
  rL LLVM

https://reviews.llvm.org/D47075

Files:
  lib/Target/Mips/MicroMips32r6InstrInfo.td
  lib/Target/Mips/MicroMipsInstrInfo.td
  lib/Target/Mips/MipsInstrInfo.td
  test/MC/Disassembler/Mips/micromips32r3/valid-el.txt
  test/MC/Disassembler/Mips/micromips32r3/valid.txt
  test/MC/Disassembler/Mips/micromips32r6/valid.txt
  test/MC/Mips/micromips/valid.s
  test/MC/Mips/micromips32r6/valid.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47075.147528.patch
Type: text/x-patch
Size: 14815 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180518/321d310b/attachment.bin>


More information about the llvm-commits mailing list