This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5d18059ccfc [NewGVN] Actually check the NewGVN output. new 5dcdd10cbc7 SmallPtrSetImpl/SmallPtrSet: Add a public value_type and key_type new efa684722e2 NewGVN: Fix printing of simplified expression new 06366afa19f NewGVN: Cleanup some repeated code using some templated helpers new cc24c88dcf1 NewGVN: Fix PR 33116, the memoryphi version of bug 32838.
The 4 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/ADT/SmallPtrSet.h | 2 + lib/Transforms/Scalar/NewGVN.cpp | 93 +++++++++++++++++++-------------------- test/Transforms/NewGVN/pr33116.ll | 39 ++++++++++++++++ 3 files changed, 87 insertions(+), 47 deletions(-) create mode 100644 test/Transforms/NewGVN/pr33116.ll