[all-commits] [llvm/llvm-project] 4af756: [PPCInstPrinter] Print conditional branches as `bt...

Fangrui Song via All-commits all-commits at lists.llvm.org
Tue Mar 31 15:05:46 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 4af7560b3751259c4acf63411f42ab5c9989ef26
      https://github.com/llvm/llvm-project/commit/4af7560b3751259c4acf63411f42ab5c9989ef26
  Author: Fangrui Song <maskray at google.com>
  Date:   2020-03-31 (Tue, 31 Mar 2020)

  Changed paths:
    M lld/test/ELF/ppc32-call-stub-pic.s
    M lld/test/ELF/ppc32-long-thunk.s
    M lld/test/ELF/ppc32-reloc-rel.s
    M lld/test/ELF/ppc64-reloc-rel.s
    M lld/test/ELF/ppc64-split-stack-adjust-overflow.s
    M lld/test/ELF/ppc64-split-stack-adjust-size-success.s
    M lld/test/ELF/ppc64-split-stack-prologue-adjust-success.s
    M llvm/lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp
    M llvm/lib/Target/PowerPC/PPCInstrInfo.td
    M llvm/test/CodeGen/PowerPC/aix-return55.ll
    M llvm/test/CodeGen/PowerPC/alignlongjumptest.mir
    M llvm/test/MC/PowerPC/ppc64-prefix-align.s
    M llvm/test/tools/llvm-objdump/ELF/PowerPC/branch-offset.s
    M llvm/test/tools/llvm-objdump/XCOFF/disassemble-all.test

  Log Message:
  -----------
  [PPCInstPrinter] Print conditional branches as `bt 2, $target` instead of `bt 2, .+$imm`

Follow-up of D76591.

Reviewed By: #powerpc, sfertile

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




More information about the All-commits mailing list