This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ce5526513bd Adds initial llvm-dwarfdump --verify support with unit tests. new 5ef20bbe9ca [InstCombine] check one-use before applying DeMorgan nor/na [...] new f1457bf0826 [NewGVN] Don't derive incorrect implications.
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: lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 24 +++++++++++++--------- lib/Transforms/Scalar/NewGVN.cpp | 8 ++++---- test/Transforms/InstCombine/demorgan.ll | 9 +++----- test/Transforms/NewGVN/pr32852.ll | 24 ++++++++++++++++++++++ 4 files changed, 45 insertions(+), 20 deletions(-) create mode 100644 test/Transforms/NewGVN/pr32852.ll