This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ebb98fbc7db [DAGCombine] SimplifyNodeWithTwoResults - ensure same legal [...] new 94a229e81ea [IR] Add hasNPredecessors, hasNPredecessorsOrMore to BasicBlock new 8646eeda889 [InstCombine] Set debug loc on `mergeStoreIntoSuccessor` phi
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/ADT/STLExtras.h | 34 ++++++++++++++++++++++ include/llvm/IR/BasicBlock.h | 6 ++++ include/llvm/IR/CFG.h | 2 ++ lib/Analysis/MemorySSAUpdater.cpp | 2 +- lib/IR/BasicBlock.cpp | 8 +++++ lib/IR/Value.cpp | 13 ++------- lib/Transforms/IPO/PartialInlining.cpp | 2 +- .../InstCombine/InstCombineLoadStoreAlloca.cpp | 10 +++++-- lib/Transforms/Utils/Local.cpp | 6 ++-- lib/Transforms/Utils/SimplifyCFG.cpp | 6 ++-- lib/Transforms/Vectorize/VPlan.cpp | 2 +- test/Transforms/InstCombine/storemerge-dbg.ll | 26 +++++++++++++++++ 12 files changed, 93 insertions(+), 24 deletions(-) create mode 100644 test/Transforms/InstCombine/storemerge-dbg.ll