This is the mail archive of the gcc@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: [tree-ssa] RFC: Never gimplify ASM_EXPRs


Richard Henderson writes:
 > On Thu, Jun 05, 2003 at 04:35:56PM +0100, Andrew Haley wrote:
 > > Diego Novillo writes:
 > >  > Is this an invalid use of __asm__ then?
 > 
 > I don't think so.
 > 
 > > I think so.  The asm is asking for a mem operand for something that it
 > > never intends actually to access.
 > 
 > It DID access it.  With a prefetch instruction.

Not really; a prefetch instruction is more of a suggestion than an
access, is it not?

Andrew.


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