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

Simon Dardis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 16 08:39:28 PDT 2018


sdardis created this revision.
sdardis added reviewers: atanasyan, smaksimovic, abeserminji.
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/D46956

Files:
  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/Mips/micromips/valid.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46956.147103.patch
Type: text/x-patch
Size: 12334 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180516/f3d01f44/attachment.bin>


More information about the llvm-commits mailing list