mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-11 14:06:08 +00:00

A computable loop exit count does not imply the presence of an induction variable. Scalar evolution can return a value for an infinite loop. Fixes PR15926. llvm-svn: 181495