Implement several new SCEV folding rules for UDiv SCEVs.
authorDan Gohman <gohman@apple.com>
Fri, 8 May 2009 20:18:49 +0000 (20:18 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 8 May 2009 20:18:49 +0000 (20:18 +0000)
commit185cf0395c9d7d72ea12ce4d316a6cb2eab9115e
tree9564d1b8dc0857e931b03227e77e2386ae257fb8
parent1827e8263c9cb5dc29eea4999d8729f7376af4e1
Implement several new SCEV folding rules for UDiv SCEVs.
This fixes an old FIXME, and is needed by some upcoming changes.

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