[PATCH] D46367: [llvm-mca] Avoid exposing index values in the MCA interfaces.

Matt Davis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 7 10:19:52 PDT 2018


mattd updated this revision to Diff 145496.
mattd marked 4 inline comments as done and an inline comment as not done.
mattd added a comment.

- Instruction.h: NDEBUG guarded the InstRef::print()
- HWEventListener.h: Renamed a formal so that it is does not have the same name as a member variable.
- LSUnit.h: Forward decl 'class InstRef' and remove the inclusion of Instruction.h


https://reviews.llvm.org/D46367

Files:
  tools/llvm-mca/Backend.cpp
  tools/llvm-mca/Backend.h
  tools/llvm-mca/Dispatch.cpp
  tools/llvm-mca/Dispatch.h
  tools/llvm-mca/HWEventListener.h
  tools/llvm-mca/Instruction.h
  tools/llvm-mca/InstructionTables.cpp
  tools/llvm-mca/LSUnit.cpp
  tools/llvm-mca/LSUnit.h
  tools/llvm-mca/ResourcePressureView.cpp
  tools/llvm-mca/RetireControlUnit.cpp
  tools/llvm-mca/RetireControlUnit.h
  tools/llvm-mca/Scheduler.cpp
  tools/llvm-mca/Scheduler.h
  tools/llvm-mca/SourceMgr.h
  tools/llvm-mca/TimelineView.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46367.145496.patch
Type: text/x-patch
Size: 36557 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180507/d59bed80/attachment.bin>


More information about the llvm-commits mailing list