[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
Mon Mar 21 10:10:32 PDT 2016


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

Minor cleanup: use range-based for loops when traversing the ExitNotTakenInfo structs, since we now have iterators.


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.51184.patch
Type: text/x-patch
Size: 55463 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160321/8e753d25/attachment.bin>


More information about the llvm-commits mailing list