Expand MemMove as a loop. MemMove is not deleted. Returns true if the memmove was lowered.

Synopsis

Declared in <llvm/Transforms/Utils/LowerMemIntrinsics.h>

bool
expandMemMoveAsLoop(
    MemMoveInst* MemMove,
    TargetTransformInfo const& TTI);

Parameters

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.

Created with MrDocs