This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bed04b64f4a [MergeICmps] Handle chains with several complex BCE basic blocks. new e2da79543b4 [AArch64][SVE] Asm: Add AND_ZI instructions and aliases
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: lib/Target/AArch64/AArch64SVEInstrInfo.td | 2 + .../AArch64/Disassembler/AArch64Disassembler.cpp | 20 ++++ .../AArch64/MCTargetDesc/AArch64AddressingModes.h | 11 +++ lib/Target/AArch64/SVEInstrFormats.td | 103 +++++++++++++++++++++ test/MC/AArch64/SVE/and-diagnostics.s | 52 +++++++++++ test/MC/AArch64/SVE/and.s | 56 +++++++++++ 6 files changed, 244 insertions(+) create mode 100644 test/MC/AArch64/SVE/and-diagnostics.s create mode 100644 test/MC/AArch64/SVE/and.s