summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/ScalarEvolution/merge-add-rec-many-inputs.ll
Commit message (Collapse)AuthorAgeFilesLines
* Fix overconfident assert in ScalarEvolution::isImpliedViaMergeRoman Shirokiy2018-06-291-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
OpenPOWER on IntegriCloud