summaryrefslogtreecommitdiffstats
path: root/polly/test/Isl/CodeGen/two-loops-right-after-each-other-2.ll
Commit message (Collapse)AuthorAgeFilesLines
* 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
* [FIX] Use escape logic for invariant loadsJohannes Doerfert2015-09-301-0/+59
Before we unconditinoally forced all users outside the SCoP to use the preloaded value. However, if the SCoP is not executed due to the runtime checks, we need to use the original value because it might not be invariant in the first place. llvm-svn: 248881
OpenPOWER on IntegriCloud