This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cfc091852bf [x86] add tests for vector store merge opportunity; NFC new 190a2948690 NewGVN: Change where check for original instruction in phi [...] new d17cd5cd24c NewGVN: Detect copies through predicateinfo new 660fd0b5bef NewGVN: Fix PR 34452 by passing instruction all the way dow [...] new 110f9f2e800 NewGVN: Fix PR 34430 - we need to look through predicateinf [...]
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/Transforms/Scalar/NewGVN.cpp | 87 ++++++++++++++++++++++++--------------- test/Transforms/NewGVN/pr34430.ll | 48 +++++++++++++++++++++ test/Transforms/NewGVN/pr34452.ll | 49 ++++++++++++++++++++++ 3 files changed, 150 insertions(+), 34 deletions(-) create mode 100644 test/Transforms/NewGVN/pr34430.ll create mode 100644 test/Transforms/NewGVN/pr34452.ll