[PATCH] D20230: [WIP] Minimal SCEV interval analysis

Johannes Doerfert via llvm-commits llvm-commits at lists.llvm.org
Fri May 13 02:55:59 PDT 2016


jdoerfert created this revision.
jdoerfert added reviewers: grosser, Meinersbur.
jdoerfert added a subscriber: Polly.
Herald added a subscriber: sanjoy.

  This is a partly finished symbolic SCEV interval analysis that would
  allow to bound parameters wrt. other parameters and not only
  constants.

  Thoughts are appreciated.

http://reviews.llvm.org/D20230

Files:
  include/polly/Support/SCEVValidator.h
  lib/Analysis/ScopInfo.cpp
  lib/Support/SCEVValidator.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20230.57149.patch
Type: text/x-patch
Size: 5823 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160513/83b835a7/attachment.bin>


More information about the llvm-commits mailing list