This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3343c3a7547 [X86] Add scheduling tests for DAA/DAS new 92399004171 [AArch64][SVE] Asm: More concise test format new be808009acf [WebAssembly] Fix stack offsets of return values from call [...]
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/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 4 +- test/CodeGen/WebAssembly/umulo-i64.ll | 13 ++- test/MC/AArch64/SVE/add-diagnostics.s | 16 ++++ test/MC/AArch64/SVE/add.s | 104 +++++++++++++++++++++++ test/MC/AArch64/SVE/assembler_tests/add.s | 66 -------------- test/MC/AArch64/SVE/assembler_tests/sub.s | 66 -------------- test/MC/AArch64/SVE/disassembler_tests/add.s | 50 ----------- test/MC/AArch64/SVE/disassembler_tests/sub.s | 50 ----------- test/MC/AArch64/SVE/sub-diagnostics.s | 16 ++++ test/MC/AArch64/SVE/sub.s | 104 +++++++++++++++++++++++ 10 files changed, 254 insertions(+), 235 deletions(-) create mode 100644 test/MC/AArch64/SVE/add-diagnostics.s create mode 100644 test/MC/AArch64/SVE/add.s delete mode 100644 test/MC/AArch64/SVE/assembler_tests/add.s delete mode 100644 test/MC/AArch64/SVE/assembler_tests/sub.s delete mode 100644 test/MC/AArch64/SVE/disassembler_tests/add.s delete mode 100644 test/MC/AArch64/SVE/disassembler_tests/sub.s create mode 100644 test/MC/AArch64/SVE/sub-diagnostics.s create mode 100644 test/MC/AArch64/SVE/sub.s