This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] vectorizer: switch to use standard_iv_increment_position





The tree-vectorizer.c part for
http://gcc.gnu.org/ml/gcc-patches/2005-01/msg02128.html.

Bootstrapped and tested on powerpc-darwin.

ok for mainline?

thanks,
dorit

Changelog:

      * tree-vectorizer.c (slpeel_make_loop_iterate_ntimes): Call
      standard_iv_increment_position. Remove call to bsi_next
      (no need to bump the iterator anymore).
      (vect_create_index_for_vector_ref): Call
      standard_iv_increment_position. Remove second function argument.
      (vect_finish_stmt_generation): Remove call to bsi_next
      (no need to bump the iterator anymore).
      (vect_create_data_ref_ptr): Remove second argument (bsi) in call
      to vect_create_index_for_vector_ref.

Patch:

(See attached file: increment3.patch)

Attachment: increment3.patch
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]