llvm::BasicTTIImplBase::getMaxInterleaveFactor

Return the maximum interleave factor transforms should try for this target.

Synopsis

Declared in <llvm/CodeGen/BasicTTIImpl.h>

unsigned int
getMaxInterleaveFactor(
    ElementCount VF,
    bool HasUnorderedReductions) const override;

Return Value

The maximum interleave factor transforms should try for this target.

Parameters

NameDescription
VFVectorization factor under consideration.
HasUnorderedReductionsWhether unordered reductions are present.