This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a93c9e0cb25 [ARM] Add MVE 64-bit GPR <-> vector move instructions. new f0eac613a76 [MCA][Bottleneck Analysis] Teach how to compute a critical [...]
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/X86/BtVer2/bottleneck-hints-1.s | 16 ++ .../tools/llvm-mca/X86/BtVer2/bottleneck-hints-2.s | 13 + .../tools/llvm-mca/X86/BtVer2/bottleneck-hints-3.s | 20 ++ .../BtVer2/{dot-product.s => bottleneck-hints-4.s} | 63 +++-- .../X86/SkylakeClient/bottleneck-analysis.s | 154 ++++++++++++ test/tools/llvm-mca/X86/option-all-views-1.s | 13 + test/tools/llvm-mca/X86/option-all-views-2.s | 13 + test/tools/llvm-mca/X86/option-no-stats-1.s | 13 + tools/llvm-mca/Views/BottleneckAnalysis.cpp | 262 +++++++++++++++++++-- tools/llvm-mca/Views/BottleneckAnalysis.h | 132 ++++++++++- 10 files changed, 628 insertions(+), 71 deletions(-) copy test/tools/llvm-mca/X86/BtVer2/{dot-product.s => bottleneck-hints-4.s} (54%) create mode 100644 test/tools/llvm-mca/X86/SkylakeClient/bottleneck-analysis.s