This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a3a709fa554 [X86][AVX2] Tag VPMOVSX/VPMOVZX ymm instructions as WriteSh [...] new c9a31109e73 [llvm-mca] Avoid exposing index values in the MCA interfaces.
The 1 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: tools/llvm-mca/Backend.cpp | 15 ++-- tools/llvm-mca/Backend.h | 8 +- tools/llvm-mca/Dispatch.cpp | 54 +++++++------ tools/llvm-mca/Dispatch.h | 22 +++--- tools/llvm-mca/HWEventListener.h | 31 ++++---- tools/llvm-mca/Instruction.h | 31 ++++++++ tools/llvm-mca/InstructionTables.cpp | 7 +- tools/llvm-mca/LSUnit.cpp | 10 ++- tools/llvm-mca/LSUnit.h | 7 +- tools/llvm-mca/ResourcePressureView.cpp | 2 +- tools/llvm-mca/RetireControlUnit.cpp | 9 ++- tools/llvm-mca/RetireControlUnit.h | 4 +- tools/llvm-mca/Scheduler.cpp | 132 ++++++++++++++++---------------- tools/llvm-mca/Scheduler.h | 24 +++--- tools/llvm-mca/SourceMgr.h | 6 +- tools/llvm-mca/TimelineView.cpp | 15 ++-- 16 files changed, 204 insertions(+), 173 deletions(-)