This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bc4037e1bb9 [DAG] Promote ADDCARRY / SUBCARRY new fcf12e077b5 Reintroduce r320049, r320014 and r319894. OpenGL issues sho [...]
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/Analysis/ConstantFolding.h | 7 ++++++ include/llvm/Analysis/InstructionSimplify.h | 4 ++++ lib/Analysis/InstructionSimplify.cpp | 28 ++++++++++++++++++++++ .../InstCombine/InstCombineVectorOps.cpp | 4 ++++ .../InstCombine/out-of-bounds-indexes.ll | 8 +++++++ .../{InstSimplify => InstCombine}/pr28725.ll | 4 +--- .../InstCombine/vector_insertelt_shuffle.ll | 4 ++-- test/Transforms/InstSimplify/insertelement.ll | 25 +++++++++++++++++++ test/Transforms/InstSimplify/pr28725.ll | 5 ++-- 9 files changed, 81 insertions(+), 8 deletions(-) copy test/Transforms/{InstSimplify => InstCombine}/pr28725.ll (71%) create mode 100644 test/Transforms/InstSimplify/insertelement.ll