This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fb61af32fa7 Revert "[COFF, ARM64] Implement Intrinsic.sponentry for AArch64" new f8ad7b8535a [AArch64] Fix unintended fallthrough and strengthen cast new daf3fe16b9b [llvm-mca] Add extra counters for move elimination in view [...]
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: lib/Target/AArch64/AArch64ISelLowering.cpp | 7 +- .../llvm-mca/X86/BtVer2/reg-move-elimination-1.s | 4 + .../llvm-mca/X86/BtVer2/reg-move-elimination-2.s | 4 + .../llvm-mca/X86/BtVer2/reg-move-elimination-3.s | 4 + .../llvm-mca/X86/BtVer2/reg-move-elimination-4.s | 4 + .../llvm-mca/X86/BtVer2/reg-move-elimination-5.s | 4 + tools/llvm-mca/Views/RegisterFileStatistics.cpp | 94 ++++++++++++++++++---- tools/llvm-mca/Views/RegisterFileStatistics.h | 19 ++++- .../llvm-mca/include/HardwareUnits/RegisterFile.h | 14 +++- tools/llvm-mca/include/Instruction.h | 21 ++++- tools/llvm-mca/include/Stages/DispatchStage.h | 4 - tools/llvm-mca/lib/HardwareUnits/RegisterFile.cpp | 44 +++++++--- tools/llvm-mca/lib/Stages/DispatchStage.cpp | 14 ++-- 13 files changed, 187 insertions(+), 50 deletions(-)