This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 763224da2b0 [InstCombine] Make sure AddReachableCodeToWorklist sets Mad [...] new 9f93c9df699 Improve profile-guided heuristics to use estimated trip count. new b741c53806a Have writeCOFFWriter return Expected<unique_ptr>.
The 2 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/Object/WindowsResource.h | 6 +- include/llvm/Transforms/Vectorize/LoopVectorize.h | 2 - lib/Object/WindowsResource.cpp | 30 ++++---- lib/Transforms/Vectorize/LoopVectorize.cpp | 47 +++++------- test/Transforms/LoopVectorize/X86/small-size.ll | 26 ------- test/Transforms/LoopVectorize/tripcount.ll | 91 +++++++++++++++++++++++ tools/llvm-cvtres/llvm-cvtres.cpp | 16 ++-- 7 files changed, 137 insertions(+), 81 deletions(-) create mode 100644 test/Transforms/LoopVectorize/tripcount.ll