This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 02fc1512cd0 [X86] Add llvm_unreachable to a switch that covers all expe [...] new 50d3b49c52f [X86][CostModel] Adjust the costs of ZERO_EXTEND/SIGN_EXTEN [...] new a5255339360 [PowerPC][NFC] Add test for build all one vector with diffe [...] new ada81707613 [NFC][AIX] Change assertion
The 3 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/PowerPC/PPCISelDAGToDAG.cpp | 2 +- lib/Target/X86/X86TargetTransformInfo.cpp | 22 +- test/Analysis/CostModel/X86/cast.ll | 30 +-- test/Analysis/CostModel/X86/extend.ll | 68 ++--- .../CostModel/X86/min-legal-vector-width.ll | 18 +- test/CodeGen/PowerPC/build-vector-allones.ll | 109 ++++++++ test/Transforms/SLPVectorizer/X86/cast.ll | 43 +-- test/Transforms/SLPVectorizer/X86/sext.ll | 287 ++++++++++----------- test/Transforms/SLPVectorizer/X86/zext.ll | 140 +++++++--- 9 files changed, 442 insertions(+), 277 deletions(-) create mode 100644 test/CodeGen/PowerPC/build-vector-allones.ll