ΒΆbool lowerAtomicRMWInst(llvm::AtomicRMWInst* RMWI)

Description

Convert the given RMWI into primitive load and stores, assuming that doing so is legal. Return true if the lowering succeeds.

Declared at: llvm/include/llvm/Transforms/Utils/LowerAtomic.h:29

Parameters

llvm::AtomicRMWInst* RMWI