Remove the LoopBounds from the TempScop class.
authorJohannes Doerfert <doerfert@cs.uni-saarland.de>
Sat, 1 Nov 2014 01:14:56 +0000 (01:14 +0000)
committerJohannes Doerfert <doerfert@cs.uni-saarland.de>
Sat, 1 Nov 2014 01:14:56 +0000 (01:14 +0000)
commit5ad8a6a588d8e00b0c5e16271621dddf0a700242
tree418229a8cf0067c7e8842a427392e1db00d3dc96
parent1998a2e7893ef9f9a4acf6d08a94bc4896421f25
Remove the LoopBounds from the TempScop class.

  We will use ScalarEvolution in the ScopInfo.cpp to get the loop trip
  count, not cache it in the TempScop object.

Differential Revision: http://reviews.llvm.org/D6070

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