Print the before/after string IR when an interesting unit changed.

Synopsis

Declared in <llvm/Passes/StandardInstrumentations.h>

virtual
void
handleAfter(
    StringRef PassID,
    std::string& Name,
    std::string const& Before,
    std::string const& After,
    IRUnitRef IR) override;

Parameters

Name

Description

PassID

Stable identifier of the pass.

Name

Display name of the IR unit.

Before

String IR before the pass.

After

String IR after the pass.

IR

IR unit after the pass (unused).

Created with MrDocs