Return true if it is profitable to use a scalar input to a BUILD_VECTOR even with multiple uses.
Declared in <llvm/CodeGen/TargetLowering.h>
virtual
bool
aggressivelyPreferBuildVectorSources(EVT VecVT) const;
True if it is profitable to use a scalar input to a BUILD_VECTOR even with multiple uses.
| Name | Description |
|---|---|
| VecVT | Vector value type. |