Implement a small optimization to handling of GEP's that are equivalent to casts.
authorChris Lattner <sabre@nondot.org>
Fri, 14 Nov 2003 17:09:46 +0000 (17:09 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 14 Nov 2003 17:09:46 +0000 (17:09 +0000)
commit179bc7dcb16772a68d46776e44d8879856524151
treed59965b2d9d4478512175ae3a05ca4339813cf13
parentdb9546e3248024fe427db6becdd96053e9dd3452
Implement a small optimization to handling of GEP's that are equivalent to casts.
This results in substantially reduced collapsing for some testcases

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