ΒΆvoid copyMetadataForLoad(
    llvm::LoadInst& Dest,
    const llvm::LoadInst& Source)

Description

Copy the metadata from the source instruction to the destination (the replacement for the source instruction).

Declared at: llvm/include/llvm/Transforms/Utils/Local.h:391

Parameters

llvm::LoadInst& Dest
const llvm::LoadInst& Source