[PATCH] D17201: [SCEV] Introduce a guarded backedge taken count and use it in LAA and LV

silviu.baranga@arm.com via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 31 05:42:42 PDT 2016


sbaranga updated this revision to Diff 52191.
sbaranga added a comment.

Updated the definition of the SCEVWrapPredicate so that its semantics are now decoupled from the backedge taken count.
This should address the other review comments as well.


http://reviews.llvm.org/D17201

Files:
  include/llvm/Analysis/ScalarEvolution.h
  lib/Analysis/LoopAccessAnalysis.cpp
  lib/Analysis/ScalarEvolution.cpp
  lib/Analysis/ScalarEvolutionExpander.cpp
  lib/Transforms/Vectorize/LoopVectorize.cpp
  test/Analysis/ScalarEvolution/predicated-trip-count.ll
  test/Transforms/LoopVectorize/AArch64/backedge-overflow.ll
  test/Transforms/LoopVectorize/X86/vectorization-remarks-missed.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17201.52191.patch
Type: text/x-patch
Size: 56202 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160331/3be58f29/attachment.bin>


More information about the llvm-commits mailing list