This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f7b662a [DAGCombiner] Teach DAG combiner to fold (vselect (N0 xor All [...] new a162766 [LICM] Report successful hoist/sink/promotion new 468290d Fix typo in comment new f5fda30 [LICM] Report failing to hoist a load with an invariant address new 3d79242 [LICM] Report failing to hoist conditionally-executed loads
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: include/llvm/Transforms/Utils/LoopUtils.h | 25 +++-- lib/Transforms/Scalar/LICM.cpp | 109 +++++++++++++++------ test/Transforms/LICM/argmemonly-call.ll | 2 +- test/Transforms/LICM/assume.ll | 2 +- test/Transforms/LICM/atomics.ll | 2 +- test/Transforms/LICM/basictest.ll | 2 +- test/Transforms/LICM/constexpr.ll | 2 +- test/Transforms/LICM/crash.ll | 2 +- test/Transforms/LICM/debug-value.ll | 2 +- test/Transforms/LICM/extra-copies.ll | 2 +- test/Transforms/LICM/funclet.ll | 2 +- test/Transforms/LICM/hoist-bitcast-load.ll | 2 +- test/Transforms/LICM/hoist-deref-load.ll | 2 +- test/Transforms/LICM/hoist-nounwind.ll | 2 +- test/Transforms/LICM/hoist-round.ll | 2 +- test/Transforms/LICM/hoisting.ll | 2 +- test/Transforms/LICM/lcssa-ssa-promoter.ll | 2 +- test/Transforms/LICM/no-preheader-test.ll | 2 +- .../LICM/opt-remarks-conditional-load.ll | 47 +++++++++ .../LICM/opt-remarks-intervening-store.ll | 67 +++++++++++++ test/Transforms/LICM/opt-remarks.ll | 81 +++++++++++++++ test/Transforms/LICM/preheader-safe.ll | 2 +- test/Transforms/LICM/promote-order.ll | 2 +- test/Transforms/LICM/promote-tls.ll | 2 +- test/Transforms/LICM/scalar-promote-memmodel.ll | 2 +- test/Transforms/LICM/scalar_promote-unwind.ll | 2 +- test/Transforms/LICM/scalar_promote.ll | 2 +- test/Transforms/LICM/speculate.ll | 2 +- test/Transforms/LICM/volatile-alias.ll | 2 +- 29 files changed, 314 insertions(+), 63 deletions(-) create mode 100644 test/Transforms/LICM/opt-remarks-conditional-load.ll create mode 100644 test/Transforms/LICM/opt-remarks-intervening-store.ll create mode 100644 test/Transforms/LICM/opt-remarks.ll