Implement "strength reduction" of X <= C and X >= C
authorChris Lattner <sabre@nondot.org>
Mon, 23 Feb 2004 05:47:48 +0000 (05:47 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 23 Feb 2004 05:47:48 +0000 (05:47 +0000)
commit45aaafef49d02ee3df68ee88ad5b680d68a5b961
treeda14c1a759c807577a75ca1351b3aea6828932cd
parentfb54b2b744019ee5ebf5383a3657826861a16184
Implement "strength reduction" of   X <= C and X >= C

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