This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 46742151c40 Fix line-endings. new d17a1f59218 NewGVN: Print out the StoredValue of a StoreExpression new 55d8857f8f3 NewGVN: Fix PR32838. This is a complicated bug involving tw [...]
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: include/llvm/Transforms/Scalar/GVNExpression.h | 16 ++- lib/Transforms/Scalar/NewGVN.cpp | 75 ++++++++---- test/Transforms/NewGVN/pr32838.ll | 157 +++++++++++++++++++++++++ 3 files changed, 225 insertions(+), 23 deletions(-) create mode 100644 test/Transforms/NewGVN/pr32838.ll