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/25371] -ftree-vectorize results in internal compiler error on AMD64



------- Comment #9 from spop at gcc dot gnu dot org  2007-05-10 08:24 -------
Subject: Re:  -ftree-vectorize results in internal compiler error on AMD64

I was still thinking about how to fix this, and the solution seems to me
to not instantiate the initial value of the induction variable if it is a
chrec,
i.e. keep the base_offset with references to the variable that varies in
the outer loop instead of analyzing that variable and replacing it with its
evolution.


-- 


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


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