summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/ScalarEvolution/inner-loop-by-latch-cond-unknown.ll
Commit message (Collapse)AuthorAgeFilesLines
* [SCEV] Re-land: Fix isKnownPredicateSerguei Katkov2018-03-191-0/+39
This is re-land of https://reviews.llvm.org/rL327362 with a fix and regression test. The crash was due to it is possible that for found MDL loop, LHS or RHS may contain an invariant unknown SCEV which does not dominate the MDL. Please see regression test for an example. Reviewers: sanjoy, mkazantsev, reames Reviewed By: mkazantsev Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D44553 llvm-svn: 327822
OpenPOWER on IntegriCloud