Teach LLVM to know how many times a loop executes when constructed with
authorChris Lattner <sabre@nondot.org>
Mon, 15 Aug 2005 23:33:51 +0000 (23:33 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 15 Aug 2005 23:33:51 +0000 (23:33 +0000)
commitdb25de496c1bd9047acc9f6ab825a92a7b5dd497
tree01ff6d4423e8e4659558b6cd615a30050a8292e7
parentea0617a0235d0413a52d08e406a675e84eabe341
Teach LLVM to know how many times a loop executes when constructed with
a < expression, e.g.: for (i = m; i < n; ++i)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22793 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/ScalarEvolution.cpp