This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ffec7873dea [LICM] Disallow sinking of unordered atomic loads into loops new 7a02b7083f2 [GVN] Prevent LoadPRE from hoisting across instructions tha [...]
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 | 77 +++++++++++++++ test/Transforms/GVN/PRE/pre-load-guards.ll | 146 +++++++++++++++++++++++++++++ test/Transforms/GVN/PRE/pre-load.ll | 28 ++++++ 4 files changed, 258 insertions(+) create mode 100644 test/Transforms/GVN/PRE/pre-load-guards.ll