This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 79c7f62d91c [Mips][llvm-exegesis] Add a Mips target new 043238b41c3 Revert 374373: [Codegen] Alter the default promotion for sa [...]
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 | 92 +++------ 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 ++- 17 files changed, 769 insertions(+), 483 deletions(-)