On April 12, 2016 2:12:14 PM GMT+02:00, Jan Hubicka <hubi...@ucw.cz> wrote: >> Hello. >> >> As release managers agreed on IRC, following patch reverts r234572 >> which introduced new PR testsuite/70577. >> >> I've been running bootstrap & regression tests on x86_64-linux-gnu. >> Ready to be installed after it finishes? > >OK, thanks for the revert. >I looked into the prefetch testcase and I think it only needs updating >becasue >all arrays are trailing. I will try to debug the galgel issue.
I think we do not want prefetching for the trailing array of size 5. This is what the testcase tests. I think we do want prefetching for a trailing array of size 1000. Thus I think the previous behavior of estimated niter was better. Richard. >Honza