OSDN Git Service

move findArrayDimensions to ScalarEvolution
authorSebastian Pop <spop@codeaurora.org>
Fri, 9 May 2014 22:45:07 +0000 (22:45 +0000)
committerSebastian Pop <spop@codeaurora.org>
Fri, 9 May 2014 22:45:07 +0000 (22:45 +0000)
commit754e940865aaf63be79dcb921572eff4b1042c7c
tree57bdd2961c38da67991cbf245a1f32140724857a
parentf255eb964370acb26813504a4cb680040ffae517
move findArrayDimensions to ScalarEvolution

we do not use the information from SCEVAddRecExpr to compute the shape of the array,
so a better place for this function is in ScalarEvolution.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208456 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/ScalarEvolution.h
include/llvm/Analysis/ScalarEvolutionExpressions.h
lib/Analysis/DependenceAnalysis.cpp
lib/Analysis/ScalarEvolution.cpp