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 PR optimization/11637 (x86)


> This code hasn't been touched in a long time. I think I missed the first
> part of the conversation (I did a quick look, but all I see is an
> unrelated comment on what looks like another PR), but I'm curious how
> removing the first SET's destination is causing bad code?

There is a REG_EQUAL note on the insn, and it stays there after the second 
SET replaced the first SET in the pattern of the insn.

-- 
Eric Botcazou


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