This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f6775ea3ff7 [docs] Improve HowToCrossCompilerBuiltinsOnArm new 7c859dd19bc [SelectionDAG][X86] Fix [US](ADD|SUB)SAT vector legalizatio [...] new 97b31b7b6f9 [X86] Use UADDSAT/USUBSAT instead of ADDUS/SUBUS
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 | 4 +- lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 4 + lib/Target/X86/X86ISelLowering.cpp | 95 +- lib/Target/X86/X86ISelLowering.h | 4 - lib/Target/X86/X86InstrAVX512.td | 4 +- lib/Target/X86/X86InstrFragmentsSIMD.td | 2 - lib/Target/X86/X86InstrSSE.td | 8 +- test/CodeGen/X86/sadd_sat_vec.ll | 20167 ++++++++++++++++++++ test/CodeGen/X86/ssub_sat_vec.ll | 20167 ++++++++++++++++++++ test/CodeGen/X86/uadd_sat_vec.ll | 1015 + test/CodeGen/X86/usub_sat_vec.ll | 1013 + 11 files changed, 42443 insertions(+), 40 deletions(-) create mode 100644 test/CodeGen/X86/sadd_sat_vec.ll create mode 100644 test/CodeGen/X86/ssub_sat_vec.ll create mode 100644 test/CodeGen/X86/uadd_sat_vec.ll create mode 100644 test/CodeGen/X86/usub_sat_vec.ll