This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9d9055cfe2e [AArch64][SVE] Implement unpack intrinsics new eaef0d10bd3 [Codegen] Alter the default promotion for saturating adds and subs
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: lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 102 +++++--- test/CodeGen/AArch64/sadd_sat.ll | 49 ++-- test/CodeGen/AArch64/sadd_sat_plus.ll | 55 ++--- test/CodeGen/AArch64/sadd_sat_vec.ll | 131 ++++------- test/CodeGen/AArch64/ssub_sat.ll | 49 ++-- test/CodeGen/AArch64/ssub_sat_plus.ll | 55 ++--- test/CodeGen/AArch64/ssub_sat_vec.ll | 129 ++++------- test/CodeGen/AArch64/uadd_sat.ll | 28 ++- test/CodeGen/AArch64/uadd_sat_plus.ll | 34 +-- test/CodeGen/AArch64/uadd_sat_vec.ll | 83 +++---- test/CodeGen/AArch64/usub_sat.ll | 27 ++- test/CodeGen/AArch64/usub_sat_plus.ll | 33 +-- test/CodeGen/AArch64/usub_sat_vec.ll | 21 +- test/CodeGen/ARM/sadd_sat.ll | 218 ++++++------------ test/CodeGen/ARM/sadd_sat_plus.ll | 269 ++++++++++------------ test/CodeGen/ARM/ssub_sat.ll | 230 ++++++------------ test/CodeGen/ARM/ssub_sat_plus.ll | 250 ++++++++------------ test/CodeGen/ARM/uadd_sat.ll | 80 +++---- test/CodeGen/ARM/uadd_sat_plus.ll | 125 +++++----- test/CodeGen/ARM/usub_sat.ll | 94 ++++---- test/CodeGen/ARM/usub_sat_plus.ll | 116 +++++----- test/CodeGen/X86/sadd_sat.ll | 41 ++-- test/CodeGen/X86/sadd_sat_plus.ll | 37 ++- test/CodeGen/X86/ssub_sat.ll | 39 ++-- test/CodeGen/X86/ssub_sat_plus.ll | 32 +-- test/CodeGen/X86/uadd_sat.ll | 21 +- test/CodeGen/X86/uadd_sat_plus.ll | 29 ++- test/CodeGen/X86/usub_sat.ll | 31 ++- test/CodeGen/X86/usub_sat_plus.ll | 37 +-- 29 files changed, 1071 insertions(+), 1374 deletions(-)