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: [autovect] [patch] Improve generated vector comparisons



As Richard said, the better way is to perform this transformation at expand
time.
I'll try to propose a new patch. It looks nontrivial to me, since this
transformation requires
swapping of "then" and "else" clauses in all uses of condition. Where can I
look in order to study
how this kind of transformation is done.

You have to look in dojump.c; I think there are similar transformations being done there.


Paolo


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