[PATCH] D123764: [llvm-objdump] Implemented PrintBranchImmAsAddress for MIPS

Pavel Kosov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 15 02:36:01 PDT 2022


kpdev42 updated this revision to Diff 423058.
kpdev42 added a comment.

Updated lld tests. Please note I have used the mask instead of annotated offsets. I did not use the mask where the offset value is important (relocs, etc.)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D123764/new/

https://reviews.llvm.org/D123764

Files:
  lld/test/ELF/mips-jalr-non-functions.s
  lld/test/ELF/mips-jalr.s
  lld/test/ELF/mips-micro-plt.s
  lld/test/ELF/mips-micro-relocs.s
  lld/test/ELF/mips-micro-thunks.s
  lld/test/ELF/mips-micror6-relocs.s
  lld/test/ELF/mips-npic-call-pic-script.s
  lld/test/ELF/mips-npic-call-pic.s
  lld/test/ELF/mips-pc-relocs.s
  lld/test/ELF/mips-plt-n32.s
  lld/test/ELF/mips-plt-n64.s
  lld/test/ELF/mips-plt-r6.s
  llvm/lib/Target/Mips/MCTargetDesc/MipsInstPrinter.cpp
  llvm/lib/Target/Mips/MCTargetDesc/MipsInstPrinter.h
  llvm/lib/Target/Mips/MicroMips32r6InstrInfo.td
  llvm/lib/Target/Mips/MicroMipsInstrInfo.td
  llvm/lib/Target/Mips/Mips.td
  llvm/lib/Target/Mips/Mips32r6InstrInfo.td
  llvm/lib/Target/Mips/MipsInstrInfo.td
  llvm/test/CodeGen/Mips/micromips-b-range.ll
  llvm/test/MC/Mips/expansion-j-sym-pic.s
  llvm/test/MC/Mips/instr-analysis.s
  llvm/test/MC/Mips/micromips-el-fixup-data.s
  llvm/test/MC/Mips/micromips-jump-pc-region.s
  llvm/test/MC/Mips/micromips-neg-offset.s
  llvm/test/MC/Mips/mips-jump-pc-region.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123764.423058.patch
Type: text/x-patch
Size: 47102 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220415/5d0603bd/attachment-0001.bin>


More information about the llvm-commits mailing list