------- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-28 16:24 ------- (In reply to comment #2) > Another issue here is that this_5 = &b_4->D.2068; is loop invariant and can > be > hoist out of the loop. Maybe it will happen with structure-aliasing-branch?
Well really we should prograte that statement into the next statement so we get something like: D.2080_9 = b_4->D.2068.d[i_18]; -- What |Removed |Added ---------------------------------------------------------------------------- CC| |pinskia at gcc dot gnu dot | |org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21218