summaryrefslogtreecommitdiffstats
path: root/polly/test/DependenceInfo/reduction_multiple_loops_array_sum.ll
Commit message (Collapse)AuthorAgeFilesLines
* Add fine-grain dependences analysis to release notes.Hongbin Zheng2016-03-281-2/+2
| | | | | | Differential Revision: http://reviews.llvm.org/D17905 llvm-svn: 264575
* Introduce fine-grain dependence analysis by tagging access functions and ↵Hongbin Zheng2016-02-261-0/+2
| | | | | | | | schedules tree with either the id of memory access or memory references. Differential Revision: http://reviews.llvm.org/D17381 llvm-svn: 262039
* Update to ISL 0.16.1Michael Kruse2016-01-151-1/+1
| | | | llvm-svn: 257898
* Prepare unit tests for update to ISL 0.16Michael Kruse2016-01-151-2/+2
| | | | | | | | | | | | | | | | | | | | | ISL 0.16 will change how sets are printed which breaks 117 unit tests that text-compare printed sets. This patch re-formats most of these unit tests using a script and small manual editing on top of that. When actually updating ISL, most work is done by just re-running the script to adapt to the changed output. Some tests that compare IR and tests with single CHECK-lines that can be easily updated manually are not included here. The re-format script will also be committed afterwards. The per-test formatter invocation command lines options will not be added in the near future because it is ad hoc and would overwrite the manual edits. Ideally it also shouldn't be required anymore because ISL's set printing has become more stable in 0.16. Differential Revision: http://reviews.llvm.org/D16095 llvm-svn: 257851
* 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
* Rename the Dependences pass to DependenceInfo [NFC]Johannes Doerfert2015-03-041-0/+77
We rename the Dependences pass to DependenceInfo as a first step to a caching pass policy. The new DependenceInfo pass will later provide "Dependences" for a SCoP. To keep consistency the test folder is renamed too. llvm-svn: 231308
OpenPOWER on IntegriCloud