Do not carry DominatorTree along with a Scop.
authorHongbin Zheng <etherzhhb@gmail.com>
Sat, 13 Feb 2016 15:12:51 +0000 (15:12 +0000)
committerHongbin Zheng <etherzhhb@gmail.com>
Sat, 13 Feb 2016 15:12:51 +0000 (15:12 +0000)
commitf53ffa6dc36cdfa5b2b26ada939d8926d65285e4
tree7f9239a52f84392b71e8aab386b4f2981d523b00
parent7dddfba7dc862b29cfc692819d40fa34ea93ff74
Do not carry DominatorTree 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 DominatorTree from Scop.

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