This is the mail archive of the gcc-patches@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: [graphite] Fix for pr38492 and pr38498


> Sebastian,
>    Interestingly, if I add -floop-block to
> "-ffast-math -funroll-loops -msse3 -O3
> -fgraphite-identity",
> I find that the capacita benchmark fails again with the
> same NaN errors as before Jan's patch. Is it
> possible that Jan's patch needs to extended to handle
> -floop-block?
>                  Jack

Yes, blocking can introduce similar errors to the ones that were fixed. Wrong answers can be introduced by interchange and segmentation faults are more likely caused by strip-mining since the loop bounds are modified. 

- Jan


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