Makefile.in (loop-unroll.o): Add HASHTAB_H and RECOG_H dependency.
authorZdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
Tue, 14 Sep 2004 08:05:46 +0000 (10:05 +0200)
committerZdenek Dvorak <rakdver@gcc.gnu.org>
Tue, 14 Sep 2004 08:05:46 +0000 (08:05 +0000)
commit113d659afd84f30c2baff7da16adc4d56602f895
tree5c0e5b9524b1674de9c53a236c486fe4455d642b
parentd840495b15862ef5d62af317e76be37d71948540
Makefile.in (loop-unroll.o): Add HASHTAB_H and RECOG_H dependency.

* Makefile.in (loop-unroll.o): Add HASHTAB_H and RECOG_H dependency.
* basic-block.h (struct reorder_block_def): Add copy_number field.
* cfgloop.h (biv_p): Declare.
* cfgloopmanip.c (duplicate_loop_to_header_edge): Set copy_number.
* common.opt (fsplit-ivs-in-unroller): New flag.
* loop-iv.c (biv_p): New function.
* loop-unroll.c: Include hashtab.h and recog.h.
(struct iv_to_split, struct split_ivs_info): New types.
(analyze_ivs_to_split, si_info_start_duplication, split_ivs_in_copies,
free_si_info, si_info_hash, si_info_eq, analyze_iv_to_split_insn,
determine_split_iv_delta, get_ivts_expr, allocate_basic_variable,
insert_base_initialization, split_iv): New functions.
(peel_loop_completely, unroll_loop_constant_iterations,
unroll_loop_runtime_iterations, peel_loop_simple, unroll_loop_stupid):
Use them.
* doc/invoke.texi (-fsplit-ivs-in-unroller): Document.

Co-Authored-By: Steven Bosscher <stevenb@suse.de>
From-SVN: r87487
gcc/ChangeLog
gcc/Makefile.in
gcc/basic-block.h
gcc/cfgloop.h
gcc/cfgloopmanip.c
gcc/common.opt
gcc/doc/invoke.texi
gcc/loop-iv.c
gcc/loop-unroll.c