[PATCH] D13595: [SCEV][LV] Add SCEV Predicates and use them to re-implement stride versioning

silviu.baranga@arm.com via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 22 09:08:03 PDT 2015


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

Addressing comments received from James.

- renamed enum members to P_Union, P_Equal
- renamed SCEVPredicateTypes to SCEVPredicateKind
- renamed SCEVPredicateType to 'Kind'
- now kind is of type SCEVPredicateKind instead of unsigned short
- etc


http://reviews.llvm.org/D13595

Files:
  include/llvm/Analysis/LoopAccessAnalysis.h
  include/llvm/Analysis/ScalarEvolution.h
  lib/Analysis/LoopAccessAnalysis.cpp
  lib/Analysis/ScalarEvolution.cpp
  lib/Transforms/Vectorize/LoopVectorize.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13595.38135.patch
Type: text/x-patch
Size: 45076 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151022/41b7b985/attachment.bin>


More information about the llvm-commits mailing list