Return true if this memory operation is unordered.

Synopsis

Declared in <llvm/CodeGen/GlobalISel/GenericMachineInstrs.h>

bool
isUnordered() const;

Description

An unordered operation has no ordering constraints other than normal aliasing. Volatile and (ordered) atomic memory operations can't be reordered.

Return Value

True if this memory operation is unordered.

Created with MrDocs