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

Re: [PATCH] Fix IV-opts so it no longer produces MEM[index:]


On 8/1/07, Zdenek Dvorak <rakdver@kam.mff.cuni.cz> wrote:
> These changes look wrong; for example, if aff_combination_to_tree is
> called with combination with elements i and p (where type of p = int *
> and type of i is sizetype), this would end up producing
> (int *) i PPLUS (sizetype) p.

Even if we produce that, fold_binary will convert it to be p PPLUS i
anyways.  So this might be ok, I have to double check (maybe this is
no longer needed).

Thanks,
Andrew Pinski


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