llvm::createInstrPostProcess

Create a default InstrPostProcess for llvm-mca.

Synopsis

Declared in <llvm/MC/TargetRegistry.h>

mca::InstrPostProcess*
createInstrPostProcess(
    MCSubtargetInfo const& STI,
    MCInstrInfo const& MCII);

Return Value

A new default InstrPostProcess.

Parameters

NameDescription
STIThe subtarget information.
MCIIThe instruction info.