Signed shr by a constant is not the same as sdiv by 2^k
authorChris Lattner <sabre@nondot.org>
Tue, 4 Apr 2006 06:11:42 +0000 (06:11 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 4 Apr 2006 06:11:42 +0000 (06:11 +0000)
commit1f239300d341c0d5d94516f8d0c41cdd31fae54b
tree1487ec464d4b41a4e5a03369d8df29648f55de95
parent21760460b99a878402484c142781aad429f1c473
Signed shr by a constant is not the same as sdiv by 2^k

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