This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d9438b8809f [pdbutil] Print the checksum hex string when using the '-li [...] new 955aba4f3b9 [llvm-mca] Move the logic that prints dispatch unit statist [...] new 22ca1d44c56 Fix spelling. NFC.
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: docs/CommandGuide/llvm-mca.rst | 6 ++ lib/Target/AArch64/AArch64FalkorHWPFFix.cpp | 4 +- test/tools/llvm-mca/X86/BtVer2/register-files-1.s | 2 +- test/tools/llvm-mca/X86/BtVer2/register-files-2.s | 2 +- test/tools/llvm-mca/X86/BtVer2/register-files-3.s | 2 +- test/tools/llvm-mca/X86/BtVer2/register-files-4.s | 2 +- test/tools/llvm-mca/X86/BtVer2/register-files-5.s | 2 +- tools/llvm-mca/BackendStatistics.cpp | 45 +---------- tools/llvm-mca/BackendStatistics.h | 39 +--------- tools/llvm-mca/CMakeLists.txt | 1 + tools/llvm-mca/DispatchStatistics.cpp | 66 ++++++++++++++++ tools/llvm-mca/DispatchStatistics.h | 91 +++++++++++++++++++++++ tools/llvm-mca/llvm-mca.cpp | 9 +++ 13 files changed, 183 insertions(+), 88 deletions(-) create mode 100644 tools/llvm-mca/DispatchStatistics.cpp create mode 100644 tools/llvm-mca/DispatchStatistics.h