This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 06256489706 [LV] Emitting SCEV checks with OptForSize new 40865252780 Add and adjust saturating tests. 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/sadd_sat.ll | 42 ++- test/CodeGen/AArch64/ssub_sat.ll | 42 ++- test/CodeGen/AArch64/uadd_sat.ll | 32 ++- test/CodeGen/AArch64/usub_sat.ll | 32 ++- test/CodeGen/ARM/sadd_sat.ll | 415 ++++++++++++++++++++++++++ test/CodeGen/ARM/ssub_sat.ll | 608 +++++++++++++++++++++++++++++++++++++++ test/CodeGen/ARM/uadd_sat.ll | 199 +++++++++++++ test/CodeGen/ARM/usub_sat.ll | 196 +++++++++++++ test/CodeGen/X86/sadd_sat.ll | 74 ++++- test/CodeGen/X86/ssub_sat.ll | 74 ++++- test/CodeGen/X86/uadd_sat.ll | 54 +++- test/CodeGen/X86/usub_sat.ll | 54 +++- 12 files changed, 1792 insertions(+), 30 deletions(-) create mode 100644 test/CodeGen/ARM/sadd_sat.ll create mode 100644 test/CodeGen/ARM/ssub_sat.ll create mode 100644 test/CodeGen/ARM/uadd_sat.ll create mode 100644 test/CodeGen/ARM/usub_sat.ll