This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ae8c4eb173d Added LLVM_FALLTHROUGH to address warning: this statement m [...] new d65b57cf6b4 Mark a test as requiring a default triple new 9c46696cd48 InstructionSimplify: Remove now-redundant reachability test [...] new e99d769512f Fix test that wasn't update_test_check'd new a76241a0a5e NewGVN: Fix PR 33185 by checking whether we need to recursi [...]
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: lib/Analysis/InstructionSimplify.cpp | 7 +--- lib/Transforms/Scalar/NewGVN.cpp | 38 +++++++++------------- test/DebugInfo/omit-empty.ll | 1 + test/Transforms/NewGVN/completeness.ll | 17 ++++++++++ test/Transforms/NewGVN/pr33185.ll | 59 ++++++++++++++++++++++++++++++++++ 5 files changed, 93 insertions(+), 29 deletions(-) create mode 100644 test/Transforms/NewGVN/pr33185.ll