diff --git a/llvm/docs/GlobalISel/GenericOpcode.rst b/llvm/docs/GlobalISel/GenericOpcode.rst index 6c42ddcaff1ecc..26ff34376fb838 100644 --- a/llvm/docs/GlobalISel/GenericOpcode.rst +++ b/llvm/docs/GlobalISel/GenericOpcode.rst @@ -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 ^^^^^^^^