llvm::TargetLoweringBase::aggressivelyPreferBuildVectorSources

Return true if it is profitable to use a scalar input to a BUILD_VECTOR even with multiple uses.

Synopsis

Declared in <llvm/CodeGen/TargetLowering.h>

virtual
bool
aggressivelyPreferBuildVectorSources(EVT VecVT) const;

Return Value

True if it is profitable to use a scalar input to a BUILD_VECTOR even with multiple uses.

Parameters

NameDescription
VecVTVector value type.