This patch moves the getIndexExpressionsFromGEP function from polly into ScalarEvolution so that both polly and DependenceAnalysis can use it for the purpose of subscript delinearization when the array sizes are not parametric.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Analysis/ScalarEvolution.cpp | ||
---|---|---|
11452 | [style] It might be useful to return true here and false at the bail-outs. Otherwise, the return here is redundant. |
[style] It might be useful to return true here and false at the bail-outs. Otherwise, the return here is redundant.