Use SCEVExpander::InsertCastOfTo instead of our own code. This reduces
authorChris Lattner <sabre@nondot.org>
Sat, 4 Feb 2006 09:52:43 +0000 (09:52 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 4 Feb 2006 09:52:43 +0000 (09:52 +0000)
commit0a70f219f45077dfaa7e37ad1ed6f760f1f7a1e8
tree5d9ccbc13a311cc0086027cc94fddd8db0cd37e7
parentca1a4bebb3928ba18fb8751e2f0c0f88fad54cfd
Use SCEVExpander::InsertCastOfTo instead of our own code.  This reduces
#LLVM LOC, and auto-cse's cast instructions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25974 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/LoopStrengthReduce.cpp