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]

Re: Loop IV info patch 2


On Sun, Dec 31, 2000 at 08:46:37PM +1300, Michael Hayes wrote:
> 	* loop.h (struct iv): New.
> 	(REG_IV_TYPE, REG_IV_CLASS, REG_INFO): Modify to use 'struct iv'.
> 	(struct loop_ivs): Replace 'reg_iv_type', 'reg_iv_info',
> 	'reg_biv_class' fields with 'regs' and 'n_regs'.
> 	* loop.c (loop_bivs_find, strength_reduce): Use ivs->regs array.
> 	* unroll.c (loop_iterations): Check array bounds with ivs->n_regs.

Ok.


r~

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