[PATCH] D17233: [Refactor] Do not carray ScopDetection along with a Scop.

Hongbin Zheng via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 12 20:50:20 PST 2016


etherzhhb created this revision.
etherzhhb added reviewers: Meinersbur, jdoerfert, grosser.
etherzhhb added a subscriber: Polly.
etherzhhb set the repository for this revision to rL LLVM.
Herald added a subscriber: sanjoy.

Make Scop become more portable such that we can use it in a CallGraphSCC pass.
The first step is to drop the analyses that are only used during Scop construction.
This patch drop ScopDecection from Scop.


Repository:
  rL LLVM

http://reviews.llvm.org/D17233

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17233.47894.patch
Type: text/x-patch
Size: 15285 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160213/fb4bcfe2/attachment.bin>


More information about the llvm-commits mailing list