[PATCH] D146325: [PowerPC] Add statistics to show the number of entries in the TOC.

Stefan Pintilie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 17 12:42:57 PDT 2023


stefanp created this revision.
stefanp added reviewers: lei, nemanjai, amyk.
Herald added subscribers: shchenz, kbarton, hiraditya.
Herald added a project: All.
stefanp requested review of this revision.
Herald added a project: LLVM.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D146325

Files:
  llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
  llvm/test/CodeGen/PowerPC/ppc-TOC-stats.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146325.506177.patch
Type: text/x-patch
Size: 15825 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230317/9bfffc4c/attachment-0001.bin>


More information about the llvm-commits mailing list