[all-commits] [llvm/llvm-project] 21b405: [SPARC] Print target address when disassembling br...

Koakuma via All-commits all-commits at lists.llvm.org
Mon May 19 09:00:20 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 21b4059b3c89641f7c996fcab493583cb3721e27
      https://github.com/llvm/llvm-project/commit/21b4059b3c89641f7c996fcab493583cb3721e27
  Author: Koakuma <koachan at protonmail.com>
  Date:   2025-05-19 (Mon, 19 May 2025)

  Changed paths:
    M llvm/lib/Target/Sparc/Disassembler/SparcDisassembler.cpp
    M llvm/lib/Target/Sparc/MCTargetDesc/SparcInstPrinter.cpp
    M llvm/lib/Target/Sparc/MCTargetDesc/SparcInstPrinter.h
    M llvm/lib/Target/Sparc/SparcInstrInfo.td
    M llvm/test/MC/Disassembler/Sparc/sparc.txt
    M llvm/test/MC/Sparc/Misc/little-endian.s
    M llvm/test/MC/Sparc/Relocations/expr.s
    M llvm/test/MC/Sparc/Relocations/relocation.s
    M llvm/test/MC/Sparc/sparc64-bpr-offset.s

  Log Message:
  -----------
  [SPARC] Print target address when disassembling branches and calls (#140340)

Similar to https://reviews.llvm.org/D93241, print target addresses
instead of raw offset values when disassembling branches and calls.

Should fix https://github.com/llvm/llvm-project/issues/122196 and
https://github.com/llvm/llvm-project/issues/139284.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list