[PATCH] D51903: [llvm-mca] Delay calculation of Cycles per Resources, separate the cycles and resource quantities.
Matt Davis via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 11 09:47:27 PDT 2018
mattd updated this revision to Diff 164913.
mattd marked 3 inline comments as done.
mattd retitled this revision from "[llvm-mca] Delay calculation of Cycles per Resources to reduce fp error." to "[llvm-mca] Delay calculation of Cycles per Resources, separate the cycles and resource quantities.".
mattd edited the summary of this revision.
mattd added a comment.
- Updated the ResourceCycles class description.
- Moved that class into Support.h.
- Removed an unused + operator.
https://reviews.llvm.org/D51903
Files:
tools/llvm-mca/Views/ResourcePressureView.cpp
tools/llvm-mca/Views/ResourcePressureView.h
tools/llvm-mca/include/HWEventListener.h
tools/llvm-mca/include/HardwareUnits/ResourceManager.h
tools/llvm-mca/include/HardwareUnits/Scheduler.h
tools/llvm-mca/include/Stages/ExecuteStage.h
tools/llvm-mca/include/Stages/InstructionTables.h
tools/llvm-mca/include/Support.h
tools/llvm-mca/lib/HardwareUnits/ResourceManager.cpp
tools/llvm-mca/lib/HardwareUnits/Scheduler.cpp
tools/llvm-mca/lib/Stages/ExecuteStage.cpp
tools/llvm-mca/lib/Stages/InstructionTables.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51903.164913.patch
Type: text/x-patch
Size: 13741 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180911/7a2a4156/attachment.bin>
More information about the llvm-commits
mailing list