[Bug tree-optimization/34265] Missed optimizations

rguenth at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Nov 28 16:18:00 GMT 2007



------- Comment #4 from rguenth at gcc dot gnu dot org  2007-11-28 16:17 -------
I would in principle say no - we can instead improve the middle-end here.  But
it may pay off to not generate a loop for short vectors in case the resulting
IL is smaller for example.  Of course it would duplicate logic in the frontend
if that is not already available, so from a middle-end point of view we should
fix it there instead (the same problems happen for C and C++).  See PR34223.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |34223


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34265



More information about the Gcc-bugs mailing list