[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 24 09:27:26 PDT 2016


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

Replaced the <SCEV*, BasicBlock*, SCEVUnionPredicate> tuple with a new "EdgeInfo" struct.
We now consistently use AllowPredicates eveywhere (defaults to false).

I've left ExitNotTakenInfo as is for now, until we decide how (and if) we should change it.


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.51564.patch
Type: text/x-patch
Size: 55040 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160324/4522ceac/attachment.bin>


More information about the llvm-commits mailing list