This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9ec0b481bff [X86] Simplify some of the type checks in combineSubToSubus. new 5a001fb6978 [SelectionDAG] Widen vector results of SMULFIX/UMULFIX/SMULFIXSAT new 644d1522047 [X86] Remove redundant ';' chars ending IR lines in lit tests. NFC
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/LegalizeTypes.h | 1 + lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp | 7 ++ lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 19 ++++ test/CodeGen/X86/smul_fix.ll | 40 ++++---- test/CodeGen/X86/smul_fix_sat.ll | 40 ++++---- test/CodeGen/X86/smul_fix_sat_constants.ll | 20 ++-- test/CodeGen/X86/ssub_sat.ll | 16 ++-- test/CodeGen/X86/uadd_sat.ll | 16 ++-- test/CodeGen/X86/umul_fix.ll | 44 ++++----- test/CodeGen/X86/usub_sat.ll | 16 ++-- test/CodeGen/X86/vector-mulfix-legalize.ll | 115 +++++++++++++++++++++++ 11 files changed, 238 insertions(+), 96 deletions(-) create mode 100644 test/CodeGen/X86/vector-mulfix-legalize.ll