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/14814] no folding back to ARRAY_REF


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-01 00:50 -------
Really we don't do it for any kind of variable, even DECLs, see 17165 for another example of where the 
folding back does not happen and we actually don't vectorize the loop because of it.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|no folding back to ARRAY_REF|no folding back to ARRAY_REF
                   |for COMPONENT_REF           |


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


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