Commit b6bd3371 by David Edelsohn Committed by David Edelsohn

* doc/md.texi (Standard Pattern Names): Document blockage pattern.

From-SVN: r121268
parent 7217a9eb
2007-01-28 David Edelsohn <edelsohn@gnu.org>
* doc/md.texi (Standard Pattern Names): Document blockage pattern.
2007-01-28 Zdenek Dvorak <dvorakz@suse.cz> 2007-01-28 Zdenek Dvorak <dvorakz@suse.cz>
* tree-ssa-loop-unswitch.c: Include tree-inline.h. * tree-ssa-loop-unswitch.c: Include tree-inline.h.
......
...@@ -4704,6 +4704,13 @@ respectively, a low or moderate degree of temporal locality. ...@@ -4704,6 +4704,13 @@ respectively, a low or moderate degree of temporal locality.
Targets that do not support write prefetches or locality hints can ignore Targets that do not support write prefetches or locality hints can ignore
the values of operands 1 and 2. the values of operands 1 and 2.
@cindex @code{blockage} instruction pattern
@item @samp{blockage}
This pattern defines a pseudo insn that prevents the instruction
scheduler from moving instructions across the boundary defined by the
blockage insn. Normally an UNSPEC_VOLATILE pattern.
@cindex @code{memory_barrier} instruction pattern @cindex @code{memory_barrier} instruction pattern
@item @samp{memory_barrier} @item @samp{memory_barrier}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment