[PATCH] D45626: [mips] Correct the definitions of the unaligned word memory operation instructions

Simon Dardis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 13 08:35:17 PDT 2018


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

These instructions lacked the correct predicates, were not marked
as loads and stores and lacked the proper instruction mapping information.

In the case of microMIPS sw(l|r)e (EVA) these instructions were using the load
EVA description.


Repository:
  rL LLVM

https://reviews.llvm.org/D45626

Files:
  lib/Target/Mips/MicroMipsInstrFormats.td
  lib/Target/Mips/MicroMipsInstrInfo.td
  lib/Target/Mips/MipsEVAInstrInfo.td
  lib/Target/Mips/MipsInstrInfo.td
  test/CodeGen/Mips/unaligned-memops-mapping.mir
  test/CodeGen/Mips/unaligned-memops.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45626.142420.patch
Type: text/x-patch
Size: 12196 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180413/5c477f1b/attachment.bin>


More information about the llvm-commits mailing list