Pass that partially inlines the fast path of well‐known library functions.
Synopsis
Declared in <llvm/Transforms/Scalar/PartiallyInlineLibCalls.h>
class PartiallyInlineLibCallsPass
: public OptionalPassInfoMixin<PartiallyInlineLibCallsPass>
Description
For example, it may use square‐root instructions for cases where sqrt() does not need to set errno.
Base Classes
Name |
Description |
A CRTP mix‐in for passes that can be skipped. |
Member Functions
Name |
Description |
Run partial library‐call inlining over the function. |
Static Member Functions
Name |
Description |
Return false; optional passes may be skipped. |
Created with MrDocs