[GISel][Docs] Add a little bit of documentation for G_FENCE. (#73722)

This commit is contained in:
Craig Topper 2023-11-28 18:57:20 -08:00 committed by GitHub
parent 81e3e7e5d4
commit 5933589370
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
^^^^^^^^