This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e40d4fdc8ad [ARM] Prevent generating NEON stack accesses under MVE. new d362f2ca4d3 [AArch64][SVE] Implement abs and neg intrinsics
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/IR/IntrinsicsAArch64.td | 23 +++++- lib/Target/AArch64/AArch64SVEInstrInfo.td | 4 +- lib/Target/AArch64/SVEInstrFormats.td | 16 +++- test/CodeGen/AArch64/sve-intrinsics-int-arith.ll | 99 ++++++++++++++++++++++++ 4 files changed, 136 insertions(+), 6 deletions(-) create mode 100644 test/CodeGen/AArch64/sve-intrinsics-int-arith.ll