[all-commits] [llvm/llvm-project] 398eff: [PowerPC] Add statistics to show the number of ent...

stefanp-ibm via All-commits all-commits at lists.llvm.org
Mon Apr 3 11:21:05 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 398effac36a1cdae8ae2d06cd61a7ade34c154b1
      https://github.com/llvm/llvm-project/commit/398effac36a1cdae8ae2d06cd61a7ade34c154b1
  Author: Stefan Pintilie <stefanp at ca.ibm.com>
  Date:   2023-04-03 (Mon, 03 Apr 2023)

  Changed paths:
    M llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
    A llvm/test/CodeGen/PowerPC/ppc-TOC-stats.ll

  Log Message:
  -----------
  [PowerPC] Add statistics to show the number of entries in the TOC.

On Power PC some data is stored in the TOC. This pass adds statistics
to show how many entries are emitted to the TOC and what types of
entries those are.

Reviewed By: amyk

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




More information about the All-commits mailing list