move 'loading i32 from string' optimization from instcombine
authorChris Lattner <sabre@nondot.org>
Thu, 22 Oct 2009 06:38:35 +0000 (06:38 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 22 Oct 2009 06:38:35 +0000 (06:38 +0000)
commit62d327e241f59735eed836e98c8f11ffaa6cf6f8
tree2bcdf0c6b1184c775d7db64552ab8a68c78fb44e
parent878e4946700824954d7eb7f3ff660353db8e0d17
move 'loading i32 from string' optimization from instcombine
to libanalysis.  Instcombine shrinking... does this even
make sense???

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