[PATCH] D150459: [llvm-mca] Print InstructionInfoView using Instrument information.

Michael Maitland via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 12 09:58:37 PDT 2023


michaelmaitland created this revision.
michaelmaitland added reviewers: andreadb, myhsu, craig.topper.
Herald added subscribers: luke, frasercrmck, luismarques, apazos, sameer.abuasal, s.egerton, Jim, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, jrtc27, gbedwell, niosHD, sabuasal, simoncook, johnrusso, rbar, asb.
Herald added a project: All.
michaelmaitland requested review of this revision.
Herald added subscribers: llvm-commits, pcwang-thead, MaskRay.
Herald added a project: LLVM.

Previous reports calculated the overall report using Instrument
information but did not print out per-instruction data using
Instrument information. This change fixes that.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D150459

Files:
  llvm/test/tools/llvm-mca/RISCV/different-instruments.s
  llvm/test/tools/llvm-mca/RISCV/instrument-at-start.s
  llvm/test/tools/llvm-mca/RISCV/instrument-in-middle.s
  llvm/test/tools/llvm-mca/RISCV/instrument-in-region.s
  llvm/test/tools/llvm-mca/RISCV/instrument-straddles-region.s
  llvm/test/tools/llvm-mca/RISCV/multiple-same-instruments.s
  llvm/tools/llvm-mca/Views/InstructionInfoView.cpp
  llvm/tools/llvm-mca/Views/InstructionInfoView.h
  llvm/tools/llvm-mca/llvm-mca.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150459.521698.patch
Type: text/x-patch
Size: 9421 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230512/735915e4/attachment.bin>


More information about the llvm-commits mailing list