This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Scheduling of asm()
Excerpt of message (sent 5 January 2002) by Jakub Jelinek:
> On Fri, Jan 04, 2002 at 05:55:52PM -0500, Paul Koning wrote:
> > An example valid for MIPS (and for Alpha as well, if I remember
> > correctly) is the Prefetch instruction.
>
> Wrong example.
> Try -fprefetch-array-loops or __builtin_prefetch().
Ok, point taken. The compiler *can* generate these things if the md
file allows for it (mips.md doesn't -- so I made an unwarranted
generalization and produced a bad example).
paul