Expand MemMove as a loop. MemMove is not deleted. Returns true if the memmove was lowered.
Declared in <llvm/Transforms/Utils/LowerMemIntrinsics.h>
bool
expandMemMoveAsLoop(
MemMoveInst* MemMove,
TargetTransformInfo const& TTI);
| Name | Description |
|---|---|
| MemMove | This class wraps the llvm.memmove intrinsic. |
| TTI | This pass provides access to the codegen interfaces that are needed for IR-level transformations. |