This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a6764488941 [CMake] NFC. Add intrinsics_gen target to CMake Exports new 7d0c810188a [GVN] Recommit the patch "Add phi-translate support in scalarpre"
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: include/llvm/Transforms/Scalar/GVN.h | 30 ++++- lib/Transforms/Scalar/GVN.cpp | 186 ++++++++++++++++++++++++----- test/Transforms/GVN/PRE/phi-translate-2.ll | 131 ++++++++++++++++++++ test/Transforms/GVN/PRE/pre-gep-load.ll | 2 +- test/Transforms/GVN/PRE/pre-load.ll | 6 +- 5 files changed, 321 insertions(+), 34 deletions(-) create mode 100644 test/Transforms/GVN/PRE/phi-translate-2.ll