[Bug fortran/31067] MINLOC should sometimes be inlined (gas_dyn is sooooo sloooow)
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jul 25 15:44:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31067
--- Comment #42 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-07-25 15:39:54 UTC ---
With gas_dyn changed to use MINLOC (DTEMP, 1) we now inline the intrinsic
(but not with MINLOC (DTEMP), even though we know it'll be a single-element
array result ...).
We completely lack a way to fuse the loops though. Inlining the intrinsic
gives a moderate 5% speedup.
More information about the Gcc-bugs
mailing list