Return the vscale value to use when tuning the cost model.

Synopsis

Declared in <llvm/CodeGen/BasicTTIImpl.h>

virtual
std::optional<unsigned int>
getVScaleForTuning() const override;

Return Value

The vscale used for cost‐model tuning, or std::nullopt.

Created with MrDocs