This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 933b96c6fcc [SimplifyIndVar] Extract out invariant expression handling new 057fc35f6fd Reapply "[GVN] Prevent LoadPRE from hoisting across instruc [...]
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 | 7 + lib/Transforms/Scalar/GVN.cpp | 97 +++++++++++++ test/Transforms/GVN/PRE/2017-10-16-LoadPRECrash.ll | 7 + test/Transforms/GVN/PRE/pre-load-guards.ll | 146 +++++++++++++++++++ .../GVN/PRE/pre-load-implicit-cf-updates.ll | 118 +++++++++++++++ test/Transforms/GVN/PRE/pre-load.ll | 158 +++++++++++++++++++++ 6 files changed, 533 insertions(+) create mode 100644 test/Transforms/GVN/PRE/pre-load-guards.ll create mode 100644 test/Transforms/GVN/PRE/pre-load-implicit-cf-updates.ll