Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: Drop -polly-detect-unprofitable and -polly-no-early-exit | Tobias Grosser | 2015-10-06 | 1 | -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 loads | Johannes Doerfert | 2015-09-30 | 1 | -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 |