llvm::isReleaseOrStronger

Return true if AO is Release or stronger in the atomic ordering lattice.

Synopsis

Declared in <llvm/Support/AtomicOrdering.h>

bool
isReleaseOrStronger(AtomicOrdering AO);

Return Value

True if AO is Release or stronger in the lattice.

Parameters

NameDescription
AOAtomic ordering to test.