This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6be83c7f8f1 [DAGCombiner] reduce code duplication; NFC new 43d3026ac4b Fix assertions disabled builds after rL374367 new fc8ff5c7b73 [Codegen] Alter the default promotion for saturating adds and subs
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/LegalizeIntegerTypes.cpp | 92 ++++++--- lib/Target/BPF/BPFMISimplifyPatchable.cpp | 3 +- test/CodeGen/AArch64/sadd_sat.ll | 45 ++--- test/CodeGen/AArch64/sadd_sat_vec.ll | 109 ++++------ test/CodeGen/AArch64/ssub_sat.ll | 45 ++--- test/CodeGen/AArch64/ssub_sat_vec.ll | 109 ++++------ test/CodeGen/AArch64/uadd_sat.ll | 24 +-- test/CodeGen/AArch64/uadd_sat_vec.ll | 67 +++---- test/CodeGen/AArch64/usub_sat.ll | 21 +- test/CodeGen/AArch64/usub_sat_vec.ll | 15 -- test/CodeGen/ARM/sadd_sat.ll | 218 +++++++------------- test/CodeGen/ARM/ssub_sat.ll | 230 +++++++--------------- test/CodeGen/ARM/uadd_sat.ll | 80 ++++---- test/CodeGen/ARM/usub_sat.ll | 84 ++++---- test/CodeGen/X86/sadd_sat.ll | 35 ++-- test/CodeGen/X86/ssub_sat.ll | 35 ++-- test/CodeGen/X86/uadd_sat.ll | 19 +- test/CodeGen/X86/usub_sat.ll | 24 +-- 18 files changed, 484 insertions(+), 771 deletions(-)