Do not carry ScopDetection along with a Scop.
authorHongbin Zheng <etherzhhb@gmail.com>
Sat, 13 Feb 2016 15:12:47 +0000 (15:12 +0000)
committerHongbin Zheng <etherzhhb@gmail.com>
Sat, 13 Feb 2016 15:12:47 +0000 (15:12 +0000)
commit7dddfba7dc862b29cfc692819d40fa34ea93ff74
tree28a8a47dde1298ac2fd6ec8710575ae94c7df69e
parent280a50ebb9dd8c8147ac3f2d94ab0bfc9ab9ae8f
Do not carry ScopDetection along with a Scop.

  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.

llvm-svn: 260817
polly/include/polly/ScopInfo.h
polly/lib/Analysis/ScopInfo.cpp