]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-vectorizer.c (vect_analyze_offset_expr): Use expr_invariant_in_loop_p.
authorIra Rosen <irar@il.ibm.com>
Sun, 9 Jan 2005 15:12:36 +0000 (15:12 +0000)
committerDorit Nuzman <dorit@gcc.gnu.org>
Sun, 9 Jan 2005 15:12:36 +0000 (15:12 +0000)
commitdb5dc63d6283a9c66aab3f49530e4b3c5407d5cf
tree0127fa6478110a0cdebf6c50f7371ee3801f97a9
parentb927d3a45120ee708b6579bd482bb75d627ebd9d
tree-vectorizer.c (vect_analyze_offset_expr): Use expr_invariant_in_loop_p.

2005-01-09  Ira Rosen  <irar@il.ibm.com>

        * tree-vectorizer.c (vect_analyze_offset_expr): Use
        expr_invariant_in_loop_p.
        Initialize outputs first thing in the function.
        (vect_update_ivs_after_vectorizer): Call initial_condition_in_loop_num.
        (vect_is_simple_iv_evolution): Call initial_condition_in_loop_num.
        (vect_analyze_pointer_ref_access): Check that the initial condition of
        the access function is loop invariant.

From-SVN: r93113
gcc/ChangeLog
gcc/tree-vectorizer.c