[all-commits] [llvm/llvm-project] 409eaf: [AArch64InstPrinter] Print TargetAddress as an uin...

holio0 via All-commits all-commits at lists.llvm.org
Tue Nov 15 21:34:38 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 409eaff5dd55dec61211486c91959c1c4b327fb3
      https://github.com/llvm/llvm-project/commit/409eaff5dd55dec61211486c91959c1c4b327fb3
  Author: Woody Lin <woodylin at google.com>
  Date:   2022-11-16 (Wed, 16 Nov 2022)

  Changed paths:
    M llvm/lib/Target/AArch64/MCTargetDesc/AArch64InstPrinter.cpp
    A llvm/unittests/Target/AArch64/AArch64InstPrinterTest.cpp
    M llvm/unittests/Target/AArch64/CMakeLists.txt
    M llvm/utils/gn/secondary/llvm/unittests/Target/AArch64/BUILD.gn

  Log Message:
  -----------
  [AArch64InstPrinter] Print TargetAddress as an uint64_t

Outputs readable addresses by printed 'TargetAddress' as an uint64_t
value.

`bl     -0x37efd56628` => `bl     0xffffffc8102a99d8`

Reviewed By: dmgreen

Differential Revision: https://reviews.llvm.org/D137260




More information about the All-commits mailing list