Fix InstCombine/2004-02-23-ShiftShiftOverflow.ll
authorChris Lattner <sabre@nondot.org>
Mon, 23 Feb 2004 20:30:06 +0000 (20:30 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 23 Feb 2004 20:30:06 +0000 (20:30 +0000)
commit8adac752983caf4392932d53f5fb24fb39ee5344
treea9de95e9a7be4445f2da83d48460f2f4e265d159
parent86171b9203083835a035ed72434ffea701e97f04
Fix InstCombine/2004-02-23-ShiftShiftOverflow.ll
Also, turn 'shr int %X, 1234' into 'shr int %X, 31'

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