This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4792786c43c [NFC] Add test with multiple loops new 647ece596da [MSP430] Fix absolute addressing mode printing in AsmPrinter new ec3165a24ab [llvm-mca][X86] Add missing shuffle tests
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/MSP430/MSP430AsmPrinter.cpp | 4 +- .../MSP430/inline-asm-absolute-addressing.ll | 15 + test/tools/llvm-mca/X86/Generic/resources-avx512.s | 646 ++++++++++++++- .../llvm-mca/X86/Generic/resources-avx512bw.s | 154 +++- .../llvm-mca/X86/Generic/resources-avx512bwvl.s | 268 +++++- .../llvm-mca/X86/Generic/resources-avx512vl.s | 898 ++++++++++++++++++++- .../llvm-mca/X86/SkylakeServer/resources-avx512.s | 646 ++++++++++++++- .../X86/SkylakeServer/resources-avx512bw.s | 154 +++- .../X86/SkylakeServer/resources-avx512bwvl.s | 268 +++++- .../X86/SkylakeServer/resources-avx512vl.s | 898 ++++++++++++++++++++- 10 files changed, 3941 insertions(+), 10 deletions(-) create mode 100644 test/CodeGen/MSP430/inline-asm-absolute-addressing.ll