On Wed, Aug 13, 2008 at 05:33:39PM +0300, Konrad Trifunovic wrote: > hi, > > they should work completely independently from vectorization. It does not > matter if vectorizaton is already run or not, they will apply > if You enable them by flags. > > konrad >
Konrad, So gcc will always perform the vectorization optimization before the new loop-strip-mine, loop-block and loop-interchange ones are done? Also, are those three new optimizations performed in a specific order relative to each other? Jack