Expand MemMove as a loop without deleting the intrinsic.
Declared in <llvm/Transforms/Utils/LowerMemIntrinsics.h>
bool
expandMemMoveAsLoop(
MemMoveInst* MemMove,
TargetTransformInfo const& TTI);
True if the memmove was lowered.
| Name | Description |
|---|---|
| MemMove | The memmove intrinsic to expand. |
| TTI | Target info used to choose the lowering strategy. |