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 optimization/14455] Inner Altivec loop contains load/stores but not all registers being used


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-03-06 04:51 -------
The problem I see is that there is no store/load motion in the loop for the C.* and state.* (note that 
they really are C->* and state->* as they are references), this is caused by aliasing anylasis not 
knowing that they can not be the same object.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement
             Status|UNCONFIRMED                 |NEW
          Component|c++                         |optimization
     Ever Confirmed|                            |1
           Keywords|                            |pessimizes-code
   Last reconfirmed|0000-00-00 00:00:00         |2004-03-06 04:51:17
               date|                            |


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


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