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]

Re: allow recursive peepholing


On Fri, Oct 05, 2001 at 08:43:49PM +0200, Jan Hubicka wrote:
> for the setcc peepholer it is needed to peep2 recursivly - first
> to create new sequence and then to convert movl $0, reg to xor.

I'm not so sure this is a great idea.  I'd rather handle the
mov/xor thing directly for now.  If someone else comes up with
a better example of why re-scanning peepholes is helpful, I'll
reconsider then.


r~


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