Pass that injects VFABI mappings from TargetLibraryInfo.

Synopsis

Declared in <llvm/Transforms/Utils/InjectTLIMappings.h>

class InjectTLIMappings
    : public OptionalPassInfoMixin<InjectTLIMappings>

Description

Populates the VFABI attribute with the scalar‐to‐vector mappings from the TargetLibraryInfo.

Base Classes

Name

Description

OptionalPassInfoMixin<InjectTLIMappings>

A CRTP mix‐in for passes that can be skipped.

Member Functions

Name

Description

run

Run the inject‐TLI‐mappings pass over the function.

Static Member Functions

Name

Description

isRequired

Return false; optional passes may be skipped.

Created with MrDocs