llvm::EarlyIfConverterPass

New PM pass that performs early if-conversion on SSA form.

Synopsis

Declared in <llvm/CodeGen/EarlyIfConversion.h>

class EarlyIfConverterPass
    : public OptionalPassInfoMixin<EarlyIfConverterPass>

Description

Converts diamond control flow by inserting cmov instructions.

Base Classes

NameDescription
OptionalPassInfoMixin<EarlyIfConverterPass>A CRTP mix-in for passes that can be skipped.

Member Functions

NameDescription
run Perform early if-conversion on MF.

Static Member Functions

NameDescription
isRequired Return false; optional passes may be skipped.