llvm-project/polly/lib
Siddharth Bhat b7f68b8c9e [Fortran Support] Materialize outermost dimension for Fortran array.
- We use the outermost dimension of arrays since we need this
information to generate GPU transfers.

- In general, if we do not know the outermost dimension of the array
(because the indexing expression is non-affine, for example) then we
simply cannot generate transfer code.

- However, for Fortran arrays, we can use the Fortran array
representation which stores the dimensions of all arrays.

- This patch uses the Fortran array representation to generate code that
computes the outermost dimension size.

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

llvm-svn: 303429
2017-05-19 15:07:45 +00:00
..
Analysis [Fortran Support] Materialize outermost dimension for Fortran array. 2017-05-19 15:07:45 +00:00
CodeGen [Fortran Support] Materialize outermost dimension for Fortran array. 2017-05-19 15:07:45 +00:00
Exchange Perform copying to created arrays according to the packing transformation 2016-09-14 06:26:09 +00:00
External Update to isl-0.18-592-gb50ad59 2017-04-28 06:11:17 +00:00
Support Adjust formatting 2017-05-15 14:12:27 +00:00
Transform [Simplify] Fix r302986 that introduced non-inferrable templates. 2017-05-15 08:18:51 +00:00
CMakeLists.txt [CMake] Introduce POLLY_BUNDLED_JSONCPP. 2017-05-06 13:42:15 +00:00
Polly.cpp Drop '@brief' from doxygen comments 2016-09-02 06:33:33 +00:00