This is the mail archive of the gcc@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]
Other format: [Raw text]

Re: vectorization, -floop-strip-mine, -floop-block and -floop-interchange


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


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