[PATCH] D68056: [Polly][NFC][ScopBuilder] Move RecordedAssumptions vector to ScopBuilder.
Dominik Adamski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 9 13:59:03 PST 2019
domada updated this revision to Diff 232935.
domada edited the summary of this revision.
domada added a comment.
1. Reworked mechanism of collecting assumptions. All assumptions are now taken inside ScopBuilder.
2. Internal functions of Scop class do not record any assumption. They use cached isl::pw_aff objects which are created by ScopBuilder.
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.232935.patch
Type: text/x-patch
Size: 25538 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191209/3da4b6ef/attachment.bin>
More information about the llvm-commits
mailing list