This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 17b59bf [ThinLTO] Handle conflicting local names gracefully new 64d3b81 ModuleSummaryIndexYAML: Make a few fields optional to make it [...] new 45b7d44 NewGVN: Fix PR 31501.
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/IR/ModuleSummaryIndexYAML.h | 12 +-- lib/Transforms/Scalar/NewGVN.cpp | 88 ++++++++++------- test/Transforms/NewGVN/cyclic-phi-handling.ll | 37 +++++++ test/Transforms/NewGVN/pr31501.ll | 136 ++++++++++++++++++++++++++ 4 files changed, 229 insertions(+), 44 deletions(-) create mode 100644 test/Transforms/NewGVN/cyclic-phi-handling.ll create mode 100644 test/Transforms/NewGVN/pr31501.ll