[PATCH] D20770: [GSoC 2016][Polly][Refactor] Decouple SCoP building logic from pass

Utpal Bora via llvm-commits llvm-commits at lists.llvm.org
Mon May 30 08:45:19 PDT 2016


cs14mtech11017 added a comment.

Hello Tobias,

Most of the changes you suggested are done. Removed releaseMemory and print functions, removed exposing ScopInfo object and now returning just the scop object.
I will push class renaming change from ScopInfo to ScopBuilder and memory management changes in a separate patch.


http://reviews.llvm.org/D20770





More information about the llvm-commits mailing list