[PATCH] D18645: [mips][microMIPS] Fix offsets for LLE, LWE, SBE, SCE and SHE instructions

Zlatko Buljan via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 11 05:34:11 PDT 2016


zbuljan updated this revision to Diff 53223.
zbuljan added a comment.

Removed mem_simm9gpr because it is redundand (also removed MipsMemSimm9GPRAsmOperand class and isMemWithSimmOffsetGPR() method).
Replaced all usages of mem_simm9gpr with mem_simm9.
Removed changes in enc. classes because they are not needed for this patch.
Added more invalid tests for instructions with mem_simm9 operand.


http://reviews.llvm.org/D18645

Files:
  lib/Target/Mips/AsmParser/MipsAsmParser.cpp
  lib/Target/Mips/MicroMips32r6InstrInfo.td
  lib/Target/Mips/MicroMipsInstrInfo.td
  lib/Target/Mips/MipsInstrInfo.td
  test/MC/Mips/eva/invalid-noeva-wrong-error.s
  test/MC/Mips/eva/invalid.s
  test/MC/Mips/eva/invalid_R6.s
  test/MC/Mips/micromips/invalid.s
  test/MC/Mips/micromips32r6/invalid.s
  test/MC/Mips/micromips64r6/invalid.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18645.53223.patch
Type: text/x-patch
Size: 23153 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160411/7f547eb3/attachment.bin>


More information about the llvm-commits mailing list