This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c0a66ac4141 [SystemZ] Recognize mnop-mcount in backend new c55d5fc4123 [CostModel][X86] Fix SLM <2 x i64> icmp costs
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/Target/X86/X86TargetTransformInfo.cpp | 9 + test/Analysis/CostModel/X86/arith-overflow.ll | 36 ++-- test/Analysis/CostModel/X86/arith-ssat.ll | 12 +- test/Analysis/CostModel/X86/arith-usat.ll | 12 +- test/Analysis/CostModel/X86/fshl.ll | 24 +-- test/Analysis/CostModel/X86/fshr.ll | 24 +-- test/Analysis/CostModel/X86/icmp.ll | 232 ++++++++++++++++++++- .../Transforms/SLPVectorizer/X86/arith-add-usat.ll | 48 +++-- .../Transforms/SLPVectorizer/X86/arith-sub-usat.ll | 48 +++-- 9 files changed, 358 insertions(+), 87 deletions(-)