This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 529d7338b8c Reapply r334980 and r334983. new 16f18201f6c [AArch64][SVE] Asm: Support for vector element compares (im [...]
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 | 11 +++++ lib/Target/AArch64/SVEInstrFormats.td | 74 +++++++++++++++++++++++++++++++ test/MC/AArch64/SVE/cmpeq-diagnostics.s | 14 ++++++ test/MC/AArch64/SVE/cmpeq.s | 48 ++++++++++++++++++++ test/MC/AArch64/SVE/cmpge-diagnostics.s | 14 ++++++ test/MC/AArch64/SVE/cmpge.s | 48 ++++++++++++++++++++ test/MC/AArch64/SVE/cmpgt-diagnostics.s | 14 ++++++ test/MC/AArch64/SVE/cmpgt.s | 48 ++++++++++++++++++++ test/MC/AArch64/SVE/cmphi-diagnostics.s | 14 ++++++ test/MC/AArch64/SVE/cmphi.s | 48 ++++++++++++++++++++ test/MC/AArch64/SVE/cmphs-diagnostics.s | 13 ++++++ test/MC/AArch64/SVE/cmphs.s | 48 ++++++++++++++++++++ test/MC/AArch64/SVE/cmple-diagnostics.s | 14 ++++++ test/MC/AArch64/SVE/cmple.s | 48 ++++++++++++++++++++ test/MC/AArch64/SVE/cmplo-diagnostics.s | 14 ++++++ test/MC/AArch64/SVE/cmplo.s | 48 ++++++++++++++++++++ test/MC/AArch64/SVE/cmpls-diagnostics.s | 14 ++++++ test/MC/AArch64/SVE/cmpls.s | 48 ++++++++++++++++++++ test/MC/AArch64/SVE/cmplt-diagnostics.s | 14 ++++++ test/MC/AArch64/SVE/cmplt.s | 48 ++++++++++++++++++++ test/MC/AArch64/SVE/cmpne-diagnostics.s | 14 ++++++ test/MC/AArch64/SVE/cmpne.s | 48 ++++++++++++++++++++ 22 files changed, 704 insertions(+)