New PM pass that finalizes ISel and expands pseudo-instructions.
Declared in <llvm/CodeGen/FinalizeISel.h>
class FinalizeISelPass
: public RequiredPassInfoMixin<FinalizeISelPass>
Expands ISel pseudos (including those that introduce control flow), finalizes target lowering, and may adjust machine frame information.
| Name | Description |
|---|---|
RequiredPassInfoMixin<FinalizeISelPass> | A CRTP mix-in for passes that should not be skipped. |
| Name | Description |
|---|---|
run | Finalize ISel and expand pseudo-instructions in MF. |
| Name | Description |
|---|---|
isRequired | Return true; required passes cannot be skipped. |