summaryrefslogtreecommitdiffstats
path: root/polly/test/ScopInfo/invariant_load_distinct_parameter_valuations.ll
Commit message (Collapse)AuthorAgeFilesLines
* [tests] Make sure tests do not end in 'unreachable' - Part IIITobias Grosser2017-03-071-1/+1
| | | | | | | | | | There is no point in optimizing unreachable code, hence our test cases should always return. This commit is part of a series that makes Polly more robust on the presence of unreachables. llvm-svn: 297158
* [tests] Force invariant load hoisting for test cases that need itTobias Grosser2016-08-151-1/+1
| | | | | | | | This will make it easier to switch the default of Polly's invariant load hoisting strategy and also makes it very clear that these test cases indeed require invariant code hoisting to work. llvm-svn: 278667
* tests: Fix some spelling mistakesTobias Grosser2016-03-031-1/+1
| | | | llvm-svn: 262649
* [FIX] Consolidation of loads with same pointer but different access relationJohannes Doerfert2016-03-031-0/+114
This should fix PR19422. Thanks to Jeremy Huddleston Sequoia for reporting this. Thanks to Roman Gareev for his investigation and the reduced test case. llvm-svn: 262612
OpenPOWER on IntegriCloud