On Mon, Nov 21, 2011 at 03:50:10PM +0200, Razya Ladelsky wrote: > what do you mean by 'except for the affine stuff'?
I mean that compute_affine_dependence must never be called on gather data refs, that function can't do anything meaningful for them, they are gather data refs exactly because dr_analyze_innermost failed on them otherwise, as base and/or offset aren't simple IVs. > > So, when compute_all_dependences no longer calls it, neither should > > vect_analyze_data_refs. > > So do you want to replace it with the call to compute_affine_dependence? No. With nothing at all. Jakub