This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ae7bf03 MemorySSA: Push const correctness further. new eea3e1d MemorySSA.h - make clang-format happy new 3a5434a Move def_chain iterator to MemorySSA.h so it can be reused new fa75a7c NewGVN: Use def_chain iterator in singleReachablePhiPath inst [...] new 1a42d5c NewGVN: Clean up GVNExpression memory hierarchy, restructure [...] new b0cedc7 NewGVN: Don't try to kill off the stored value of stores when [...]
The 5 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/Transforms/Scalar/GVNExpression.h | 126 +++++++++++++------------ include/llvm/Transforms/Utils/MemorySSA.h | 63 ++++++++++--- lib/Transforms/Scalar/NewGVN.cpp | 99 ++++++++++--------- lib/Transforms/Utils/MemorySSA.cpp | 36 ------- 4 files changed, 173 insertions(+), 151 deletions(-)