New PM pass that legalizes generic machine instructions for GlobalISel.
Declared in <llvm/CodeGen/GlobalISel/Legalizer.h>
class LegalizerPass
: public RequiredPassInfoMixin<LegalizerPass>
| Name | Description |
|---|---|
RequiredPassInfoMixin<LegalizerPass> | A CRTP mix-in for passes that should not be skipped. |
| Name | Description |
|---|---|
getClearedProperties | Return the properties this pass clears on the machine function. |
getRequiredProperties | Return the properties this pass requires of the machine function. |
getSetProperties | Return the properties this pass sets on the machine function. |
run | Legalize generic instructions in MF for GlobalISel. |
| Name | Description |
|---|---|
isRequired | Return true; required passes cannot be skipped. |