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: [dataflow]: PATCH COMMITTED


Andrew Pinski wrote:
On Wed, 2006-11-15 at 10:54 -0500, Kenneth Zadeck wrote:
The conversation was made on or right before sept 21.  Maybe danny can
find the irc log.

I can remember part of the conversation. The issue is that a plain unspec without a set is always un-deletable instruction.

So:
(insn (unspec (xxxx) )

Should not be deleted even if it does not set anything.

... but, unlike unspec_volatile, is not considered to use and clobber all hard registers and all of memory.


Paolo


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