This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2d76367f823 CallGraphSCCPass: iterate over all functions. new 9e7cb445ca5 [llvm-mca] improve the instruction issue logic implemented [...] new 6b3f49c77fb [AArch64] Armv8.4-A: Flag manipulation instructions
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/AArch64InstrFormats.td | 24 +++++ lib/Target/AArch64/AArch64InstrInfo.td | 11 ++ test/MC/AArch64/armv8.4a-flag-error.s | 27 +++++ test/MC/AArch64/armv8.4a-flag.s | 44 ++++++++ test/MC/Disassembler/AArch64/armv8.4a-flag.txt | 11 ++ test/tools/llvm-mca/X86/BtVer2/add-sequence.s | 98 +++++++++++++++++ .../llvm-mca/X86/BtVer2/dependent-pmuld-paddd.s | 98 +++++++++++++++++ test/tools/llvm-mca/X86/BtVer2/register-files-5.s | 120 ++++++++++----------- tools/llvm-mca/Instruction.h | 10 +- tools/llvm-mca/Scheduler.cpp | 29 +++-- 10 files changed, 404 insertions(+), 68 deletions(-) create mode 100644 test/MC/AArch64/armv8.4a-flag-error.s create mode 100644 test/MC/AArch64/armv8.4a-flag.s create mode 100644 test/MC/Disassembler/AArch64/armv8.4a-flag.txt create mode 100644 test/tools/llvm-mca/X86/BtVer2/add-sequence.s create mode 100644 test/tools/llvm-mca/X86/BtVer2/dependent-pmuld-paddd.s