[Bug middle-end/40979] induct benchmark 60% slower when compiled with -fgraphite-identity
spop at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Aug 12 14:58:00 GMT 2009
------- Comment #1 from spop at gcc dot gnu dot org 2009-08-12 14:58 -------
Still fails on my machine, on rev150694.
~/gcc/svn/trunk/usr/bin/gfortran -ffast-math -funroll-loops -msse3 -O3
induct.f90 -o induct
time ./induct
real 0m16.596s
user 0m16.393s
sys 0m0.076s
~/gcc/svn/trunk/usr/bin/gfortran -fgraphite-identity -ffast-math -funroll-loops
-msse3 -O3 induct.f90 -o induct
time ./induct
real 0m25.740s
user 0m25.634s
sys 0m0.084s
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40979
More information about the Gcc-bugs
mailing list