This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d1f0655 Split getSection in two. new 872445f Expandload and Compressstore intrinsics
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/IR/Intrinsics.h | 4 +- include/llvm/IR/Intrinsics.td | 15 +- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 4 +- lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 2 +- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 84 ++++++-- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 4 +- lib/IR/Function.cpp | 34 ++- lib/Target/X86/X86ISelLowering.cpp | 74 ++++++- lib/Target/X86/X86InstrFragmentsSIMD.td | 17 +- test/CodeGen/X86/compress_expand.ll | 247 ++++++++++++++++++++++ utils/TableGen/CodeGenTarget.cpp | 3 +- utils/TableGen/IntrinsicEmitter.cpp | 11 +- 12 files changed, 441 insertions(+), 58 deletions(-) create mode 100644 test/CodeGen/X86/compress_expand.ll