This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 05d8fd3 IR: Provide an IRBuilder Inserter that calls a callback after [...] new 1fc6fa7 GVN-hoist: fix early exit logic new 412eade GVN-hoist: enable by default
The 2 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/IPO/PassManagerBuilder.cpp | 4 ++-- lib/Transforms/Scalar/GVNHoist.cpp | 15 +++++++++++---- test/Feature/optnone-opt.ll | 1 + test/Transforms/GVN/hoist-call.ll | 28 ++++++++++++++++++++++++++++ test/Transforms/GVN/hoist-recursive-geps.ll | 2 +- test/Transforms/GVN/hoist.ll | 2 +- 6 files changed, 44 insertions(+), 8 deletions(-) create mode 100644 test/Transforms/GVN/hoist-call.ll