This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 26051e05130 [X86] Custom lower CONCAT_VECTORS of v2i1 new ae66674cad3 [x86] fix 256-bit vector store splitting to honor 'volatile' new d492be25abe [IRBuilder] Add CreateUnOp(...) to the IRBuilder to support [...]
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/TargetFolder.h | 4 ++++ include/llvm/IR/ConstantFolder.h | 4 ++++ include/llvm/IR/IRBuilder.h | 11 +++++++++ include/llvm/IR/InstrTypes.h | 11 ++++++++- include/llvm/IR/NoFolder.h | 4 ++++ lib/Target/X86/X86ISelLowering.cpp | 44 ++++++++++++++++++++++++------------ test/CodeGen/X86/avx-load-store.ll | 6 +++-- unittests/IR/IRBuilderTest.cpp | 12 ++++++++++ 8 files changed, 79 insertions(+), 17 deletions(-)