This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 19bfe6dfac6 Add benchmark and benchmark_main to the Utils folder in IDEs. new 39c7326099f [ORC] In RTDyldObjectLinkingLayer, only call NotifyFreed if [...] new dfe1c7be7b0 Try moving this function to another file. new 9f2b1de8658 Move individual benchmark targets into the Utils folder in IDEs. new 99ea666c238 [Loop Vectorizer] Abandon vectorization when no integer IV found
The 4 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: cmake/modules/AddLLVM.cmake | 1 + include/llvm/DebugInfo/PDB/IPDBRawSymbol.h | 7 ----- include/llvm/DebugInfo/PDB/PDBExtras.h | 11 +++++++ .../ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h | 2 +- .../Vectorize/LoopVectorizationLegality.cpp | 4 +++ lib/Transforms/Vectorize/LoopVectorize.cpp | 1 + test/Transforms/LoopVectorize/pr37515.ll | 20 +++++++++++++ test/Transforms/LoopVectorize/pr38800.ll | 34 ++++++++++++++++++++++ 8 files changed, 72 insertions(+), 8 deletions(-) create mode 100644 test/Transforms/LoopVectorize/pr37515.ll create mode 100755 test/Transforms/LoopVectorize/pr38800.ll