This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_90 in repository llvm.
from 74f64b21aa9 Merging r367340 and r367341: new 23439554531 Merging r367124, r367292, r367394, r367396, and r367398.
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: include/llvm/Support/AArch64TargetParser.def | 58 ++--- include/llvm/Support/AArch64TargetParser.h | 2 +- include/llvm/Support/ARMTargetParser.h | 20 +- lib/Support/AArch64TargetParser.cpp | 4 +- lib/Target/AArch64/AArch64.td | 2 +- lib/Target/AArch64/AArch64InstrInfo.td | 2 +- lib/Target/AArch64/AArch64SVEInstrInfo.td | 164 +++++++------- lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 2 +- lib/Target/AArch64/SVEInstrFormats.td | 248 +++++++++++++++------ test/MC/AArch64/SVE2/bdep-diagnostics.s | 2 +- test/MC/AArch64/SVE2/bdep.s | 16 +- test/MC/AArch64/SVE2/bext-diagnostics.s | 2 +- test/MC/AArch64/SVE2/bext.s | 16 +- test/MC/AArch64/SVE2/bgrp-diagnostics.s | 2 +- test/MC/AArch64/SVE2/bgrp.s | 16 +- test/MC/AArch64/SVE2/directive-arch-negative.s | 6 +- test/MC/AArch64/SVE2/directive-arch.s | 2 +- .../SVE2/directive-arch_extension-negative.s | 6 +- test/MC/AArch64/SVE2/directive-arch_extension.s | 2 +- test/MC/AArch64/SVE2/directive-cpu-negative.s | 6 +- test/MC/AArch64/SVE2/directive-cpu.s | 2 +- unittests/Support/TargetParserTest.cpp | 7 +- 22 files changed, 348 insertions(+), 239 deletions(-)