------- 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