Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | LoopVectorize: LoopSimplify can't canonicalize loops with an indirectbr in ↵ | Benjamin Kramer | 2013-05-24 | 1 | -0/+11 |
| | | | | | | | | it, don't assert on those cases. Fixes PR16139. llvm-svn: 182656 | ||||
* | Force a fixed unroll count on the target independent tests. | Nadav Rotem | 2013-01-05 | 1 | -1/+1 |
| | | | | | | This should fix clang-native-arm-cortex-a9. Thanks Renato. llvm-svn: 171582 | ||||
* | LoopVectorizer: Fix a bug in the code that updates the loop exiting block. | Nadav Rotem | 2012-12-30 | 1 | -0/+29 |
LCSSA PHIs may have undef values. The vectorizer updates values that are used by outside users such as PHIs. The bug happened because undefs are not loop values. This patch handles these PHIs. PR14725 llvm-svn: 171251 |