[PATCH] D20912: [Polly][GSoC 2016]Update ScopBuilder's memory management

Utpal Bora via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 2 08:25:13 PDT 2016


cs14mtech11017 created this revision.
cs14mtech11017 added reviewers: grosser, jdoerfert, Meinersbur, etherzhhb.
cs14mtech11017 added subscribers: pollydev, llvm-commits.
Herald added a subscriber: sanjoy.

This patch updates memory management of ScopBuilder class.
 
  # SCoP object is not owned by ScopBuilder. It just creates a SCoP and hand over ownership through getScop() method.
  # ScopInfoRegionPass owns the SCoP object for a given region.






http://reviews.llvm.org/D20912

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20912.59382.patch
Type: text/x-patch
Size: 14361 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160602/8dabadc5/attachment-0001.bin>


More information about the llvm-commits mailing list