[PATCH] D53977: [Mips] Supplement long branch pseudo instructions

Stefan Maksimovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 1 08:11:24 PDT 2018


smaksimovic created this revision.
smaksimovic added reviewers: atanasyan, abeserminji.
Herald added subscribers: arichardson, sdardis.

Expand on `LONG_BRANCH_LUi` and `LONG_BRANCH_(D)ADDiu` pseudo
instructions by creating variants which support less operands/accept `GPR64Opnd`s
as their operand in order to appease the machine verifier pass.


https://reviews.llvm.org/D53977

Files:
  lib/Target/Mips/Mips64InstrInfo.td
  lib/Target/Mips/MipsAsmPrinter.cpp
  lib/Target/Mips/MipsBranchExpansion.cpp
  lib/Target/Mips/MipsInstrInfo.td
  lib/Target/Mips/MipsMCInstLower.cpp
  test/CodeGen/Mips/longbranch/long-branch-expansion-3.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53977.172124.patch
Type: text/x-patch
Size: 8126 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181101/58d241b4/attachment.bin>


More information about the llvm-commits mailing list