llvm::LoadStoreOptLegacy::runOnMachineFunction

Merge consecutive loads and stores in MF.

Synopsis

Declared in <llvm/CodeGen/GlobalISel/LoadStoreOpt.h>

virtual
bool
runOnMachineFunction(MachineFunction& MF) override;

Return Value

True if the machine function was modified.

Parameters

NameDescription
MFMachine function whose memory operations are optimized.