This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 40f3703b366 [LoopInterchange] Add more debug messages to currentLimitations(). new 5c26a9c9de3 DAGCombine: Combine BUILD_VECTOR to TRUNCATE
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: include/llvm/Target/TargetLowering.h | 12 + lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 72 +++++ lib/Target/X86/X86ISelLowering.h | 13 + test/CodeGen/X86/shuffle-vs-trunc-256.ll | 313 ++++++++++----------- test/CodeGen/X86/shuffle-vs-trunc-512.ll | 422 +++------------------------- test/CodeGen/X86/vector-truncate-combine.ll | 10 +- 6 files changed, 285 insertions(+), 557 deletions(-)