1. Make use of APInt operation instead of using ConstantExpr::getXXX.
authorZhou Sheng <zhousheng00@gmail.com>
Mon, 2 Apr 2007 13:45:30 +0000 (13:45 +0000)
committerZhou Sheng <zhousheng00@gmail.com>
Mon, 2 Apr 2007 13:45:30 +0000 (13:45 +0000)
commit4a1822a6d82c4828419960c8ad8dd2578890c318
tree4944a9c9238fb596df3187d7dd471c44ca319e53
parent4351c649b2a39a432b8b296bbc4ec82bb6390876
1. Make use of APInt operation instead of using ConstantExpr::getXXX.
2. Use cheaper APInt methods.

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