This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 04150ba0acc [DAGCombine] (addcarry 0, 0, X) -> (ext/trunc X) new a55349e67c8 BasicAA: Uninserted instructions have no parent, and notDif [...] new f3e0e877743 NewGVN: Get rid of most dominating leader check new c81a193613e Last of the major pieces to NewGVN - yay!
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: lib/Analysis/BasicAliasAnalysis.cpp | 5 +- lib/Transforms/Scalar/NewGVN.cpp | 668 ++++++++++++++++++++++++------- test/Transforms/NewGVN/completeness.ll | 415 +++++++++++++++++++ test/Transforms/NewGVN/storeoverstore.ll | 20 +- 4 files changed, 956 insertions(+), 152 deletions(-) create mode 100644 test/Transforms/NewGVN/completeness.ll