Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix overconfident assert in ScalarEvolution::isImpliedViaMerge | Roman Shirokiy | 2018-06-29 | 1 | -0/+127 |
We can have AddRec with loops having many predecessors. This changes an assert to an early return. Differential Revision: https://reviews.llvm.org/D48766 llvm-svn: 335965 |