Return the maximum interleave factor transforms should try for this target.
Declared in <llvm/CodeGen/BasicTTIImpl.h>
unsigned int
getMaxInterleaveFactor(
ElementCount VF,
bool HasUnorderedReductions) const override;
The maximum interleave factor transforms should try for this target.
| Name | Description |
|---|---|
| VF | Vectorization factor under consideration. |
| HasUnorderedReductions | Whether unordered reductions are present. |