This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 36dcf131efc [DAGCombine] Use SelectionDAG::getZExtOrTrunc helper. NFCI. new de15f17e311 [NewGVN] Don't incorrectly reset the memory leader. new 6b14cfa286f [NewGVN] Format an assertion and fix a typo. NFCI. new f50e2288e06 [DAGCombine] Use SelectionDAG::getAnyExtOrTrunc helper. NFCI.
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 10 +---- lib/Transforms/Scalar/NewGVN.cpp | 7 ++-- test/Transforms/NewGVN/pr32934.ll | 68 ++++++++++++++++++++++++++++++++ 3 files changed, 73 insertions(+), 12 deletions(-) create mode 100644 test/Transforms/NewGVN/pr32934.ll