This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 357013f05ef Move unit test to the proper location new a75318a16e5 [LVI] Constant-propagate a zero extension of the switch con [...] new 63c839af681 [PDB] Fix section contributions new 0d362a25a44 [NewGVN] Fix the case where we have a phi-of-ops which goes away.
The 3 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: .../llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h | 5 +- lib/Analysis/LazyValueInfo.cpp | 120 +++++++++++++++++- lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp | 13 -- lib/Transforms/Scalar/NewGVN.cpp | 33 ++++- .../Transforms/CorrelatedValuePropagation/range.ll | 141 +++++++++++++++++++++ test/Transforms/NewGVN/pr33196.ll | 72 +++++++++++ 6 files changed, 357 insertions(+), 27 deletions(-) create mode 100644 test/Transforms/NewGVN/pr33196.ll