This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5daa5299580 [TextAPI] Fix off-by-one error in the bit index extraction loop new a61c373e875 [DAGCombiner][x86] scalarize splatted vector FP ops
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/CodeGen/TargetLowering.h | 8 +++ lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 21 +++++- lib/Target/X86/X86ISelLowering.h | 6 ++ test/CodeGen/X86/haddsub-shuf.ll | 30 ++++---- test/CodeGen/X86/scalarize-fp.ll | 113 ++++++++++--------------------- 5 files changed, 82 insertions(+), 96 deletions(-)