[Fortran Support] Add pattern match for Fortran Arrays that are parameters.
commit7c1b57e166e11801c707bb223dc3d059db303225
authorSiddharth Bhat <siddu.druid@gmail.com>
Mon, 15 May 2017 08:41:30 +0000 (15 08:41 +0000)
committerSiddharth Bhat <siddu.druid@gmail.com>
Mon, 15 May 2017 08:41:30 +0000 (15 08:41 +0000)
treeaa10b36a6b0bf4fba7716323517f801254da2a21
parent95908931ff4b7668c076e5904ac3a873c7577600
[Fortran Support] Add pattern match for Fortran Arrays that are parameters.

- This breaks the previous assumption that Fortran Arrays are `GlobalValue`.

- The names of functions were getting unwieldy. So, I renamed the
Fortran related functions.

Differential Revision: https://reviews.llvm.org/D33075

git-svn-id: https://llvm.org/svn/llvm-project/polly/trunk@303040 91177308-0d34-0410-b5e6-96231b3b80d8
include/polly/ScopBuilder.h
include/polly/ScopInfo.h
lib/Analysis/ScopBuilder.cpp
lib/Analysis/ScopInfo.cpp
test/ScopInfo/fortran_array_param_nonmalloc_nonvectored.ll [new file with mode: 0644]