optimize "integer extraction out of the middle of a vector" as produced
authorChris Lattner <sabre@nondot.org>
Thu, 26 Aug 2010 22:14:59 +0000 (22:14 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 26 Aug 2010 22:14:59 +0000 (22:14 +0000)
commit26dbe7ec18740f642febcc738e628d921aafd079
tree01e0d07d848ca5b8c7b637910d4abc981669e3ab
parent1ab3f16f06698596716593a30545799688acccd7
optimize "integer extraction out of the middle of a vector" as produced
by SRoA.  This is part of rdar://7892780, but needs another xform to
expose this.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112232 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/InstCombine/InstCombineCasts.cpp
test/Transforms/InstCombine/bitcast.ll