Files
clang-p2996/llvm/test/Transforms/LoopVectorize/Hexagon/lit.local.cfg
Krzysztof Parzyszek dfed941eec [LV] Introduce TTI::getMinimumVF
The function getMinimumVF(ElemWidth) will return the minimum VF for
a vector with elements of size ElemWidth bits. This value will only
apply to targets for which TTI::shouldMaximizeVectorBandwidth returns
true. The value of 0 indicates that there is no minimum VF.

Differential Revision: https://reviews.llvm.org/D45271

llvm-svn: 330062
2018-04-13 20:16:32 +00:00

3 lines
71 B
INI

if not 'Hexagon' in config.root.targets:
config.unsupported = True