llvm::InterleavedLoadCombinePass::run

Combine interleaved loads into wide loads in function F.

Synopsis

Declared in <llvm/CodeGen/InterleavedLoadCombine.h>

PreservedAnalyses
run(
    Function& F,
    FunctionAnalysisManager& FAM);

Return Value

The set of analyses preserved by this pass.

Parameters

NameDescription
FFunction whose interleaved loads are combined.
FAMFunction analysis manager providing required analyses.