This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 472d362ffc4 [llvm-objdump] Add `Version References` dumper new de8628ec6b5 [SLPVectorizer][X86] Add fixed smul/umul tests new 696daedea35 [TTI] Add generic cost model for smul/umul overflow intrinsics
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: include/llvm/CodeGen/BasicTTIImpl.h | 30 + test/Analysis/CostModel/X86/arith-overflow.ll | 414 ++++- test/Transforms/SLPVectorizer/X86/arith-fix.ll | 2007 ++++++++++++++++++++++++ 3 files changed, 2415 insertions(+), 36 deletions(-) create mode 100644 test/Transforms/SLPVectorizer/X86/arith-fix.ll