summaryrefslogtreecommitdiffstats
path: root/polly/test/ScopInfo/scalar_to_array.ll
Commit message (Collapse)AuthorAgeFilesLines
* [GSoC 2016]New function pass ScopInfoWrapperPassJohannes Doerfert2016-06-271-0/+1
| | | | | | | | | | | | This patch adds a new function pass ScopInfoWrapperPass so that the polyhedral description of a region, the SCoP, can be constructed and used in a function pass. Patch by Utpal Bora <cs14mtech11017@iith.ac.in> Differential Revision: http://reviews.llvm.org/D20962 llvm-svn: 273856
* tests: Drop -polly-detect-unprofitable and -polly-no-early-exitTobias Grosser2015-10-061-1/+1
| | | | | | | | These flags are now always passed to all tests and need to be disabled if not needed. Disabling these flags, rather than passing them to almost all tests, significantly simplfies our RUN: lines. llvm-svn: 249422
* Remove Analysis Output of TempScopInfoMichael Kruse2015-09-241-0/+194
After the merge of TempScopInfo into ScopInfo the analysis output remained because of the existing unit tests. These remains are removed and the units tests converted to match the equivalent output of ScopInfo's analysis output. The unit tests are also moved into the directory of ScopInfo tests. Differential Revision: http://reviews.llvm.org/D13116 llvm-svn: 248485
OpenPOWER on IntegriCloud