Skip to content

Commit

Permalink
[GISel][Docs] Add a little bit of documentation for G_FENCE. (llvm#73722
Browse files Browse the repository at this point in the history
)
  • Loading branch information
topperc authored Nov 29, 2023
1 parent 81e3e7e commit 5933589
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions llvm/docs/GlobalISel/GenericOpcode.rst
Original file line number Diff line number Diff line change
Expand Up @@ -751,9 +751,10 @@ operands.
G_FENCE
^^^^^^^

.. caution::
Generic fence. The first operand is the memory ordering. The second operand is
the syncscope.

I couldn't find any documentation on this at the time of writing.
See the LLVM LangRef entry on the '``fence'`` instruction for more details.

G_MEMCPY
^^^^^^^^
Expand Down

0 comments on commit 5933589

Please sign in to comment.