[PATCH] D19713: [mips][microMIPS] Implement CFC*, CTC* and LDC* instructions

Hrvoje Varga via llvm-commits llvm-commits at lists.llvm.org
Mon May 9 04:50:18 PDT 2016


hvarga updated this revision to Diff 56553.
hvarga added a comment.

Fixed mapping between `LDC164` and `LDC1_64_MMR6`. I have also extended the test `test/CodeGen/Mips/cconv/callee-saved-float.ll` to check whether the `LDC1_64_MMR6` is used in case of microMIPS32r6.


http://reviews.llvm.org/D19713

Files:
  lib/Target/Mips/Disassembler/MipsDisassembler.cpp
  lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp
  lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.h
  lib/Target/Mips/MicroMips32r6InstrFormats.td
  lib/Target/Mips/MicroMips32r6InstrInfo.td
  lib/Target/Mips/MicroMipsInstrFPU.td
  lib/Target/Mips/MicroMipsInstrInfo.td
  lib/Target/Mips/Mips32r6InstrInfo.td
  lib/Target/Mips/MipsInstrFPU.td
  lib/Target/Mips/MipsInstrInfo.td
  test/CodeGen/Mips/cconv/callee-saved-float.ll
  test/CodeGen/Mips/ldc1.ll
  test/MC/Disassembler/Mips/micromips32r6/valid.txt
  test/MC/Mips/micromips32r6/invalid-wrong-error.s
  test/MC/Mips/micromips32r6/valid.s
  test/MC/Mips/mips32r5/invalid.s
  test/MC/Mips/mips64r5/invalid.s
  test/MC/Mips/mips64r6/invalid.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19713.56553.patch
Type: text/x-patch
Size: 29341 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160509/02dbfe16/attachment-0001.bin>


More information about the llvm-commits mailing list