This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ef2c802 [InsttCombine] fold insertelement of constant into shuffle wi [...] new c306b61 Split the store of a wide value merged from an int-fp pair in [...] new 7f88dad Fix up comment from r280442, noticed by Justin.
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/Analysis/CFGPrinter.h | 5 +- include/llvm/Target/TargetLowering.h | 6 ++ lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 103 +++++++++++++++++++++++++++++ lib/Target/X86/X86ISelLowering.h | 20 ++++++ test/Transforms/InstCombine/split-store.ll | 62 +++++++++++++++++ 5 files changed, 193 insertions(+), 3 deletions(-) create mode 100644 test/Transforms/InstCombine/split-store.ll