[PATCH] D34150: [LV] Test once if vector trip count is zero, instead of twice

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 18 22:19:01 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL308421: [LV] Test once if vector trip count is zero, instead of twice (authored by ayalz).

Changed prior to commit:
  https://reviews.llvm.org/D34150?vs=106320&id=107248#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D34150

Files:
  llvm/trunk/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/trunk/test/Transforms/LoopVectorize/X86/float-induction-x86.ll
  llvm/trunk/test/Transforms/LoopVectorize/debugloc.ll
  llvm/trunk/test/Transforms/LoopVectorize/first-order-recurrence.ll
  llvm/trunk/test/Transforms/LoopVectorize/float-induction.ll
  llvm/trunk/test/Transforms/LoopVectorize/if-conversion-nest.ll
  llvm/trunk/test/Transforms/LoopVectorize/induction-step.ll
  llvm/trunk/test/Transforms/LoopVectorize/induction.ll
  llvm/trunk/test/Transforms/LoopVectorize/interleaved-accesses-pred-stores.ll
  llvm/trunk/test/Transforms/LoopVectorize/interleaved-accesses.ll
  llvm/trunk/test/Transforms/LoopVectorize/iv_outside_user.ll
  llvm/trunk/test/Transforms/LoopVectorize/miniters.ll
  llvm/trunk/test/Transforms/LoopVectorize/runtime-check-readonly.ll
  llvm/trunk/test/Transforms/LoopVectorize/runtime-check.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34150.107248.patch
Type: text/x-patch
Size: 25861 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170719/3871110d/attachment.bin>


More information about the llvm-commits mailing list