[PATCH] D21138: [mips] Enable tail calls by default

Simon Dardis via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 4 05:14:52 PDT 2016


sdardis updated this revision to Diff 62662.
sdardis marked 6 inline comments as done.
sdardis added a comment.

Update as per review comments.

I will see about changing the usage of branch instead of jump instructions in a later patch.


http://reviews.llvm.org/D21138

Files:
  lib/Target/Mips/MicroMipsInstrInfo.td
  lib/Target/Mips/Mips32r6InstrInfo.td
  lib/Target/Mips/Mips64InstrInfo.td
  lib/Target/Mips/Mips64r6InstrInfo.td
  lib/Target/Mips/MipsDelaySlotFiller.cpp
  lib/Target/Mips/MipsInstrInfo.cpp
  lib/Target/Mips/MipsInstrInfo.td
  lib/Target/Mips/MipsSEISelLowering.cpp
  test/CodeGen/Mips/biggot.ll
  test/CodeGen/Mips/brdelayslot.ll
  test/CodeGen/Mips/cconv/reserved-space.ll
  test/CodeGen/Mips/compactbranches/tailrecursion.ll
  test/CodeGen/Mips/fastcc.ll
  test/CodeGen/Mips/gpreg-lazy-binding.ll
  test/CodeGen/Mips/i64arg.ll
  test/CodeGen/Mips/indirectcall.ll
  test/CodeGen/Mips/lazy-binding.ll
  test/CodeGen/Mips/llvm-ir/call.ll
  test/CodeGen/Mips/nacl-branch-delay.ll
  test/CodeGen/Mips/tailcall.ll
  test/CodeGen/Mips/tailrecursion.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21138.62662.patch
Type: text/x-patch
Size: 28806 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160704/f677f113/attachment-0001.bin>


More information about the llvm-commits mailing list