Convert the given RMWI into primitive load and stores, assuming that doing so is legal. Return true if the lowering succeeds.
Declared in <llvm/Transforms/Utils/LowerAtomic.h>
bool
lowerAtomicRMWInst(AtomicRMWInst* RMWI);
True if the RMW was lowered.
| Name | Description |
|---|---|
| RMWI | The atomic read-modify-write instruction to lower. |