This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3ed1883 opt-bisect-legacy-pass-manager.ll: Test only works with defau [...] new 5494503 [IndVars] Un-grepify test; NFC new a9161e1 GVN-hoist: compute MSSA once per function (PR28670) new c30fea9 GVN-hoist: compute DFS numbers once new 48b1e39 GVN-hoist: limit the length of dependent instructions
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: lib/Transforms/Scalar/GVNHoist.cpp | 103 ++++++++++++++++----- test/Transforms/GVN/hoist-mssa.ll | 69 ++++++++++++++ .../IndVarSimplify/2005-02-26-ExitValueCompute.ll | 5 +- .../IndVarSimplify/2006-03-31-NegativeStride.ll | 5 +- .../IndVarSimplify/2007-01-06-TripCount.ll | 4 +- .../Transforms/IndVarSimplify/2008-09-02-IVType.ll | 5 +- .../IndVarSimplify/2009-04-14-shorten_iv_vars.ll | 4 +- .../IndVarSimplify/2009-04-15-shorten-iv-vars-2.ll | 5 +- test/Transforms/IndVarSimplify/ashr-tripcount.ll | 6 +- test/Transforms/IndVarSimplify/eliminate-max.ll | 7 +- test/Transforms/IndVarSimplify/exit_value_tests.ll | 5 +- test/Transforms/IndVarSimplify/lftr-promote.ll | 6 +- test/Transforms/IndVarSimplify/lftr_simple.ll | 4 +- test/Transforms/IndVarSimplify/loop_evaluate10.ll | 5 +- test/Transforms/IndVarSimplify/loop_evaluate8.ll | 4 +- test/Transforms/IndVarSimplify/loop_evaluate9.ll | 8 +- test/Transforms/IndVarSimplify/loop_evaluate_2.ll | 5 +- test/Transforms/IndVarSimplify/loop_evaluate_3.ll | 4 +- test/Transforms/IndVarSimplify/loop_evaluate_4.ll | 4 +- test/Transforms/IndVarSimplify/loop_evaluate_5.ll | 4 +- test/Transforms/IndVarSimplify/loop_evaluate_6.ll | 6 +- test/Transforms/IndVarSimplify/masked-iv.ll | 8 +- .../promote-iv-to-eliminate-casts.ll | 3 +- test/Transforms/IndVarSimplify/shrunk-constant.ll | 5 +- .../Transforms/IndVarSimplify/signed-trip-count.ll | 8 +- test/Transforms/IndVarSimplify/uglygep.ll | 4 +- 26 files changed, 236 insertions(+), 60 deletions(-) create mode 100644 test/Transforms/GVN/hoist-mssa.ll