This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6ee668d4cbd [SchedModel] Use CodeGenSchedClass::isKeyEqual instead of d [...] new 4a705d1b606 [SchedModel] Use CodeGenSchedClass::getSchedClassIdx helper [...] new 2ff763c8ed2 [llvm-mca] Move the logic that computes the register file u [...]
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: test/tools/llvm-mca/X86/BtVer2/register-files-1.s | 29 +++++++++++++++ test/tools/llvm-mca/X86/BtVer2/register-files-2.s | 29 +++++++++++++++ tools/llvm-mca/Backend.h | 6 ---- tools/llvm-mca/BackendStatistics.cpp | 43 ++++++++++++++++------- tools/llvm-mca/BackendStatistics.h | 28 +++++++++------ tools/llvm-mca/Dispatch.cpp | 41 +++++++++++---------- tools/llvm-mca/Dispatch.h | 38 ++++++-------------- tools/llvm-mca/HWEventListener.h | 20 +++++++++++ tools/llvm-mca/llvm-mca.cpp | 2 +- utils/TableGen/CodeGenSchedule.cpp | 2 +- 10 files changed, 162 insertions(+), 76 deletions(-) create mode 100644 test/tools/llvm-mca/X86/BtVer2/register-files-1.s create mode 100644 test/tools/llvm-mca/X86/BtVer2/register-files-2.s