Re: Fix vectorizer ICE when building Mozilla

2012-04-23 Thread Richard Guenther
On Mon, 23 Apr 2012, Jan Hubicka wrote: > Hi, > when building Mozilla we ICE in expr_invariant_in_loop_p walking ARRAY_REF, > because one of the > fields is NULL (that is allowed) > > Bootstrapped/regtested x86_64-linux, OK? Ok with breaking the like before && - lines need to be less than 80 c

Re: Fix vectorizer ICE when building Mozilla

2012-04-22 Thread Andrew Pinski
On Sun, Apr 22, 2012 at 4:04 PM, Jan Hubicka wrote: > Hi, > when building Mozilla we ICE in expr_invariant_in_loop_p walking ARRAY_REF, > because one of the > fields is NULL (that is allowed) > > Bootstrapped/regtested x86_64-linux, OK? > > Honza > >        * tree-ssa-loop-ivopts.c (expr_invarian