This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8ff4fe4 ExecutionDepsFix: Let targets specialize the pass; NFC new d184341 DebugCounters: Add API for setting/unsetting programatically. [...] new 174f2f4 NewGVN: Fix PHI evaluation bug exposed by new verifier. We we [...] new 14281a4 NewGVN: Greatly enhance the ability of the NewGVN verifier to [...]
The 3 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/Support/DebugCounter.h | 31 +++- include/llvm/Transforms/Scalar/GVNExpression.h | 2 +- lib/Transforms/Scalar/NewGVN.cpp | 246 ++++++++++++++++--------- test/Transforms/NewGVN/phi-edge-handling.ll | 60 ++++++ 4 files changed, 243 insertions(+), 96 deletions(-) create mode 100644 test/Transforms/NewGVN/phi-edge-handling.ll