Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate function attribute "no-frame-pointer-elim"="false" to ↵ | Fangrui Song | 2019-12-24 | 1 | -2/+2 |
| | | | | "frame-pointer"="none" as cleanups after D56351 | ||||
* | Remove -polly-code-generator=isl from many test cases | Tobias Grosser | 2015-11-21 | 1 | -1/+1 |
| | | | | | | | This is the default since a long time. Setting it again does not add value in any of these test cases. llvm-svn: 253800 | ||||
* | ScopDetection: Tighten the check for always executed 'error blocks' | Tobias Grosser | 2015-11-11 | 1 | -0/+62 |
Basic blocks that are always executed can not be error blocks as their execution can not possibly be an unlikely event. In this commit we tighten the check if an error block to basic blcoks that do not dominate the exit condition, but that dominate all exiting blocks of the scop. llvm-svn: 252726 |