Return the atomic ordering requirements for this memory operation. For cmpxchg atomic operations, return the atomic ordering requirements when store occurs.

Synopsis

Declared in <llvm/CodeGen/SelectionDAGNodes.h>

AtomicOrdering
getSuccessOrdering() const;

Return Value

Atomic ordering for LLVM's memory model.

Created with MrDocs