This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8d164e7fb3d [Support] Make JSON handle doubles and int64s losslessly new ceb3c09eb4c [Support] Allow JSON serialization of Optional<T> for supported T. new d77ac0d3a5b [llvm-mca] report an error if the assembly sequence contain [...] new 93fba7b3ae4 [AArch64][SVE] Asm: Support for TBL instruction.
The 3 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: include/llvm/Support/JSON.h | 6 +++ lib/Target/AArch64/AArch64SVEInstrInfo.td | 2 + lib/Target/AArch64/SVEInstrFormats.td | 33 ++++++++++++ test/MC/AArch64/SVE/tbl-diagnostics.s | 11 ++++ test/MC/AArch64/SVE/tbl.s | 56 +++++++++++++++++++++ .../llvm-mca/X86/BtVer2/unsupported-instruction.s | 6 +++ tools/llvm-mca/InstrBuilder.cpp | 58 ++++++++++++++-------- tools/llvm-mca/InstrBuilder.h | 11 +++- tools/llvm-mca/llvm-mca.cpp | 2 +- unittests/Support/JSONTest.cpp | 2 + 10 files changed, 162 insertions(+), 25 deletions(-) create mode 100644 test/MC/AArch64/SVE/tbl-diagnostics.s create mode 100644 test/MC/AArch64/SVE/tbl.s create mode 100644 test/tools/llvm-mca/X86/BtVer2/unsupported-instruction.s