This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bacc83353bc [Atomics][LoopIdiom] Recognize unordered atomic memcpy new 2d73c379ee9 NewGVN: Fix PR/33187. This is a bug caused by two things: [...]
The 1 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 | 13 +++ lib/Transforms/Scalar/NewGVN.cpp | 80 +++++++------ test/Transforms/NewGVN/completeness.ll | 2 +- test/Transforms/NewGVN/pr32403.ll | 3 +- test/Transforms/NewGVN/pr32897.ll | 1 - test/Transforms/NewGVN/pr33187.ll | 148 +++++++++++++++++++++++++ 6 files changed, 211 insertions(+), 36 deletions(-) create mode 100644 test/Transforms/NewGVN/pr33187.ll