[PATCH] D68056: [Polly][NFC][ScopBuilder] Move RecordedAssumptions vector to ScopBuilder.

Dominik Adamski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 18 15:16:55 PST 2019


domada updated this revision to Diff 234630.
domada edited the summary of this revision.
domada added a comment.

This patch  implements individual version of SCEVVisitor. Taylored version of SCEVVisitor is required to pass pointer to RecordedAssumptions to `visit_type_scev` functions.

Please let me know if you prefer this solution or the previous one.

Before commit I will also fix style remarks.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68056/new/

https://reviews.llvm.org/D68056

Files:
  polly/include/polly/ScopBuilder.h
  polly/include/polly/ScopInfo.h
  polly/include/polly/Support/SCEVAffinator.h
  polly/include/polly/Support/ScopHelper.h
  polly/lib/Analysis/ScopBuilder.cpp
  polly/lib/Analysis/ScopInfo.cpp
  polly/lib/Support/SCEVAffinator.cpp
  polly/lib/Support/ScopHelper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68056.234630.patch
Type: text/x-patch
Size: 43079 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191218/2256edd2/attachment.bin>


More information about the llvm-commits mailing list