This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9b5814c8093 [AArch64] Remove a stray test from the AArch64 directory. new 0caabcac171 [AArch64] add tests for uaddsat/usubsat; NFC
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: test/CodeGen/AArch64/uadd_sat.ll | 38 +++ test/CodeGen/AArch64/uadd_sat_vec.ll | 490 +++++++++++++++++++++++++++++++++++ test/CodeGen/AArch64/usub_sat.ll | 38 +++ test/CodeGen/AArch64/usub_sat_vec.ll | 443 +++++++++++++++++++++++++++++++ 4 files changed, 1009 insertions(+) create mode 100644 test/CodeGen/AArch64/uadd_sat.ll create mode 100644 test/CodeGen/AArch64/uadd_sat_vec.ll create mode 100644 test/CodeGen/AArch64/usub_sat.ll create mode 100644 test/CodeGen/AArch64/usub_sat_vec.ll