[PATCH] D23301: [mips] Correct tail call pattern for MIPSR6

Simon Dardis via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 15 06:07:54 PDT 2016


sdardis removed rL LLVM as the repository for this revision.
sdardis updated this revision to Diff 68030.
sdardis added a comment.

Refactored tailcall register implementation. Now it's a pseudo instruction. Simplified normal tail call definition into a 2 parameter class.


https://reviews.llvm.org/D23301

Files:
  lib/Target/Mips/MicroMips32r6InstrInfo.td
  lib/Target/Mips/MicroMipsInstrInfo.td
  lib/Target/Mips/Mips32r6InstrInfo.td
  lib/Target/Mips/Mips64InstrInfo.td
  lib/Target/Mips/Mips64r6InstrInfo.td
  lib/Target/Mips/MipsAsmPrinter.cpp
  lib/Target/Mips/MipsDelaySlotFiller.cpp
  lib/Target/Mips/MipsInstrInfo.cpp
  lib/Target/Mips/MipsInstrInfo.td
  test/CodeGen/Mips/tailcall.ll
  test/CodeGen/Mips/tailcall/tailcall-wrong-isa.ll
  test/CodeGen/Mips/tailcall/tailcall.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23301.68030.patch
Type: text/x-patch
Size: 19343 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160815/932bb521/attachment-0001.bin>


More information about the llvm-commits mailing list