llvm::LowerWidenableConditionPass::run

Run widenable-condition lowering over the function.

Synopsis

Declared in <llvm/Transforms/Scalar/LowerWidenableCondition.h>

PreservedAnalyses
run(
    Function& F,
    FunctionAnalysisManager& AM);

Return Value

The set of analyses preserved after running this pass.

Parameters

NameDescription
FFunction whose widenable.condition intrinsics may be lowered.
AMFunction analysis manager providing analyses for the pass.