This is the mail archive of the gcc-bugs@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]

[Bug tree-optimization/55334] [4.8 Regression] mgrid regression (ipa-cp disables vectorization)


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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |missed-optimization
             Status|NEW                         |ASSIGNED
         AssignedTo|unassigned at gcc dot       |rguenth at gcc dot gnu.org
                   |gnu.org                     |

--- Comment #14 from Richard Biener <rguenth at gcc dot gnu.org> 2012-12-07 10:11:26 UTC ---
Let me have a look here.  I think the issue is that IPA-CP removes Fortran
restrict argument handling and exposes DECLs that data-ref analysis is
not handling very well.  Thus, it effectively drops "restrict".  Maybe it
simply shouldn't do that.


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