llvm::FinalizeISelPass

New PM pass that finalizes ISel and expands pseudo-instructions.

Synopsis

Declared in <llvm/CodeGen/FinalizeISel.h>

class FinalizeISelPass
    : public RequiredPassInfoMixin<FinalizeISelPass>

Description

Expands ISel pseudos (including those that introduce control flow), finalizes target lowering, and may adjust machine frame information.

Base Classes

NameDescription
RequiredPassInfoMixin<FinalizeISelPass>A CRTP mix-in for passes that should not be skipped.

Member Functions

NameDescription
run Finalize ISel and expand pseudo-instructions in MF.

Static Member Functions

NameDescription
isRequired Return true; required passes cannot be skipped.