[PATCH] D20831: [Polly][GSoC]Rename ScopInfo to ScopBuilder

Utpal Bora via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 2 04:46:07 PDT 2016


cs14mtech11017 retitled this revision from "[Polly][GSoC]Renamed ScopInfo to ScopBuilder and update its memory management." to "[Polly][GSoC]Rename ScopInfo to ScopBuilder".
cs14mtech11017 updated the summary for this revision.
cs14mtech11017 updated this revision to Diff 59361.
cs14mtech11017 added a comment.

This patch only renames ScopInfo class to ScopBuilder. This change is required because ScopBuilder class only creates SCoP objects, it is not a container class to store them. Valid SCoP objects will be contained in ScopInfoRegionPass and ScopInfoWrapperPass.


http://reviews.llvm.org/D20831

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20831.59361.patch
Type: text/x-patch
Size: 12548 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160602/a70efb39/attachment.bin>


More information about the llvm-commits mailing list