[PATCH] D20164: [mips] MIPS64R6 compact branch support

Simon Dardis via llvm-commits llvm-commits at lists.llvm.org
Wed May 11 06:15:39 PDT 2016


sdardis created this revision.
sdardis added a subscriber: llvm-commits.
sdardis set the repository for this revision to rL LLVM.
Herald added subscribers: sdardis, dsanders.

MIPS64R6 compact branch support. As the MIPS LLVM backend uses distinct
MachineInstrs for certain 32 and 64 bit instructions (e.g. BEQ & BEQ64) that
map to the same operation, extend compact branch support for the
corresponding 64bit branches.


Repository:
  rL LLVM

http://reviews.llvm.org/D20164

Files:
  lib/Target/Mips/Mips64r6InstrInfo.td
  lib/Target/Mips/MipsInstrInfo.cpp
  lib/Target/Mips/MipsSEInstrInfo.cpp
  test/CodeGen/Mips/compactbranches/compact-branches-64.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20164.56894.patch
Type: text/x-patch
Size: 11172 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160511/649a6944/attachment.bin>


More information about the llvm-commits mailing list