gcc/gcc ChangeLog.lno tree-scalar-evolution.h ...
dorit@gcc.gnu.org
dorit@gcc.gnu.org
Sun Jan 18 11:24:00 GMT 2004
CVSROOT: /cvs/gcc
Module name: gcc
Branch: lno-branch
Changes by: dorit@gcc.gnu.org 2004-01-18 11:24:48
Modified files:
gcc : ChangeLog.lno tree-scalar-evolution.h
tree-scalar-evolution.c tree-vectorizer.c
gcc/testsuite/gcc.dg/tree-ssa-vect: tree-ssa-vect-all.c
tree-ssa-vect-none.c
Log message:
* tree-scalar-evolution.c: (get_loop_exit_condition): Exposed to
external usage.
* tree-scalar-evolution.h: (get_loop_exit_condition): Exposed to
external usage.
* tree-vectorizer.c: (vect_is_simple_iv_evolution): Additional argument
to control how strict this function would be.
(vect_create_index_for_array_ref): Invoke vect_is_simple_iv_evolution
with "strict" set to true.
(vect_transform_loop_bound): More general loop bound transformation
scheme, independent of the loop exit condition form.
(vect_analyze_scalar_cycles): Invoke vect_is_simple_iv_evolution with
"strict" set to false.
(vect_get_loop_niters): Use monev utilities/precomputed info -
loop->nb_iterations and get_loop_exit_condition.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.lno.diff?cvsroot=gcc&only_with_tag=lno-branch&r1=1.1.2.27&r2=1.1.2.28
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-scalar-evolution.h.diff?cvsroot=gcc&only_with_tag=lno-branch&r1=1.1.2.2&r2=1.1.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-scalar-evolution.c.diff?cvsroot=gcc&only_with_tag=lno-branch&r1=1.1.2.8&r2=1.1.2.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-vectorizer.c.diff?cvsroot=gcc&only_with_tag=lno-branch&r1=1.1.2.11&r2=1.1.2.12
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/tree-ssa-vect/tree-ssa-vect-all.c.diff?cvsroot=gcc&only_with_tag=lno-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/tree-ssa-vect/tree-ssa-vect-none.c.diff?cvsroot=gcc&only_with_tag=lno-branch&r1=1.1.2.1&r2=1.1.2.2
More information about the Gcc-cvs
mailing list