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 |
A CRTP mix‐in for passes that can be skipped. |
Member Functions
Name |
Description |
Run the inject‐TLI‐mappings pass over the function. |
Static Member Functions
Name |
Description |
Return false; optional passes may be skipped. |
Created with MrDocs