[patch] Merge to trunk from Graphite branch

Dominique Dhumieres dominiq@lps.ens.fr
Mon Mar 15 22:12:00 GMT 2010


The missed vectorization seems related to the loop index being unknown:
if I replace 'do i = 1, n' with 'do i = 1, nl' with nl set to
some given value (say 100) the loop vectorize with -fgraphite-identity.

Dominique



More information about the Gcc-patches mailing list