This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5263738d532 [llvm-pdbutil] Remove unused variables. new 026a351310b Fix PR/33305. caused by trying to simplify expressions in p [...]
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: lib/Transforms/Scalar/NewGVN.cpp | 194 ++++++++++++++++++++++++--------- test/Transforms/NewGVN/completeness.ll | 70 +++++++++--- test/Transforms/NewGVN/pr33185.ll | 64 ++++++++++- test/Transforms/NewGVN/pr33305.ll | 185 +++++++++++++++++++++++++++++++ test/Transforms/NewGVN/pr33432.ll | 30 +++++ test/Transforms/NewGVN/pr33461.ll | 8 +- 6 files changed, 480 insertions(+), 71 deletions(-) create mode 100644 test/Transforms/NewGVN/pr33305.ll create mode 100644 test/Transforms/NewGVN/pr33432.ll