This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a1a50c559e5 [DebugInfo] Change std::sort to llvm::sort in response to r327219 new c6388fd9c7e [LV] Introduce TTI::getMinimumVF
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Analysis/TargetTransformInfo.h | 9 ++ include/llvm/Analysis/TargetTransformInfoImpl.h | 2 + lib/Analysis/TargetTransformInfo.cpp | 4 + lib/Target/Hexagon/HexagonTargetTransformInfo.cpp | 4 + lib/Target/Hexagon/HexagonTargetTransformInfo.h | 1 + lib/Transforms/Vectorize/LoopVectorize.cpp | 7 + .../LoopVectorize}/Hexagon/lit.local.cfg | 0 .../Transforms/LoopVectorize/Hexagon/minimum-vf.ll | 173 +++++++++++++++++++++ 8 files changed, 200 insertions(+) copy test/{CodeGen/MIR => Transforms/LoopVectorize}/Hexagon/lit.local.cfg (100%) create mode 100644 test/Transforms/LoopVectorize/Hexagon/minimum-vf.ll