This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 21c0ab8 [MSSA] Make EXPENSIVE_CHECKS check more. new ba55955 [Loop Vectorizer] Handling loops FP induction variables.
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/Transforms/Utils/LoopUtils.h | 58 ++++-- lib/Transforms/Scalar/LoopInterchange.cpp | 2 +- lib/Transforms/Utils/LoopUtils.cpp | 118 +++++++++-- lib/Transforms/Vectorize/LoopVectorize.cpp | 135 ++++++++++--- .../LoopVectorize/X86/float-induction-x86.ll | 86 ++++++++ test/Transforms/LoopVectorize/float-induction.ll | 218 +++++++++++++++++++++ 6 files changed, 561 insertions(+), 56 deletions(-) create mode 100644 test/Transforms/LoopVectorize/X86/float-induction-x86.ll create mode 100644 test/Transforms/LoopVectorize/float-induction.ll