[PATCH] D48275: [mips] Add microMIPS specific addressing patterns.

Simon Dardis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 18 04:51:53 PDT 2018


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

These are identical but use microMIPS instructions instead of MIPS instructions.

Also, flatten the 'let AdditionalPredicates = [InMicroMips]' by using the 
ISA_MICROMIPS adjective. Add tests for constant materialization.


Repository:
  rL LLVM

https://reviews.llvm.org/D48275

Files:
  lib/Target/Mips/MicroMipsInstrInfo.td
  lib/Target/Mips/MipsInstrInfo.td
  test/CodeGen/Mips/address-selection.ll
  test/CodeGen/Mips/cstmaterialization/isel-materialization.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48275.151690.patch
Type: text/x-patch
Size: 13888 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180618/fd41e223/attachment.bin>


More information about the llvm-commits mailing list