Resolve the LibcallLoweringInfo for Subtarget from the module‐level ModuleInfo, applying the subtarget's libcall overrides.

Synopsis

Declared in <llvm/CodeGen/LibcallLoweringInfo.h>

LibcallLoweringInfo const&
getLibcallLowering(
    ModuleLibcallLoweringInfo const& ModuleInfo,
    TargetSubtargetInfo const& Subtarget);

Return Value

Libcall lowering info for Subtarget derived from ModuleInfo.

Parameters

Name

Description

ModuleInfo

Module‐level libcall lowering map to query.

Subtarget

Subtarget whose libcall overrides are applied.

Created with MrDocs