Add cannonicalization of shl X, 1 -> add X, X
authorChris Lattner <sabre@nondot.org>
Tue, 10 Sep 2002 23:04:09 +0000 (23:04 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 10 Sep 2002 23:04:09 +0000 (23:04 +0000)
commitf283608f2ea7fd52fdd5d283a1f199b95efb931d
tree5ca98ee67d132173e5f737b14d11e694b9c167eb
parentdabb94adc15566aaf11b4befa18be55dbecfa9b0
Add cannonicalization of shl X, 1 -> add X, X

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