New PM pass that combines machine instructions to shorten critical paths.
Synopsis
Declared in <llvm/CodeGen/MachineCombiner.h>
class MachineCombinerPass
: public RequiredPassInfoMixin<MachineCombinerPass>
Base Classes
Name |
Description |
A CRTP mix‐in for passes that should not be skipped. |
Member Functions
Name |
Description |
Combine machine instructions in |
Static Member Functions
Name |
Description |
Return true; required passes cannot be skipped. |
Created with MrDocs