This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a7bbf63f800 [InstCombine] add hasOneUse check to add-zext-add fold to p [...] new 0a54333196e [IPSCCP] Move common functions to ValueLatticeUtils (NFC)
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/ValueLatticeUtils.h | 41 ++++++++++++++ lib/Analysis/CMakeLists.txt | 1 + lib/Analysis/ValueLatticeUtils.cpp | 44 +++++++++++++++ lib/Transforms/Scalar/SCCP.cpp | 89 ++++++++++--------------------- 4 files changed, 113 insertions(+), 62 deletions(-) create mode 100644 include/llvm/Analysis/ValueLatticeUtils.h create mode 100644 lib/Analysis/ValueLatticeUtils.cpp