Create a default InstrPostProcess for llvm-mca.
Declared in <llvm/MC/TargetRegistry.h>
mca::InstrPostProcess*
createInstrPostProcess(
MCSubtargetInfo const& STI,
MCInstrInfo const& MCII);
A new default InstrPostProcess.
| Name | Description |
|---|---|
| STI | The subtarget information. |
| MCII | The instruction info. |