Let scalar-evolution analyze loops with an unsigned comparison for the exit
authorNick Lewycky <nicholas@mxc.ca>
Mon, 6 Aug 2007 19:21:00 +0000 (19:21 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Mon, 6 Aug 2007 19:21:00 +0000 (19:21 +0000)
commitd6dac0eebc2c9c2d9107db9b2e1bdfd231bac535
treec93f34ad540c71923f197d09c1a18059eeece149
parent06323bfe034797be1f835459845f83a28400f707
Let scalar-evolution analyze loops with an unsigned comparison for the exit
condition. Fixes 1597.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40867 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/ScalarEvolution.cpp
test/Analysis/ScalarEvolution/2007-09-06-Unsigned.ll [new file with mode: 0644]