New PM pass that unpacks machine instruction bundles.

Synopsis

Declared in <llvm/CodeGen/MachineInstrBundle.h>

class UnpackMachineBundlesPass
    : public RequiredPassInfoMixin<UnpackMachineBundlesPass>

Base Classes

Name

Description

RequiredPassInfoMixin<UnpackMachineBundlesPass>

A CRTP mix‐in for passes that should not be skipped.

Member Functions

Name

Description

UnpackMachineBundlesPass [constructor]

Construct a pass that optionally filters functions with Ftor.

run

Unpack machine instruction bundles in MF.

Static Member Functions

Name

Description

isRequired

Return true; required passes cannot be skipped.

Created with MrDocs