Be careful not to request or look at bits shifted in from outside the size
authorChris Lattner <sabre@nondot.org>
Mon, 13 Feb 2006 06:09:08 +0000 (06:09 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 13 Feb 2006 06:09:08 +0000 (06:09 +0000)
commitc15637bafc57de7d1775082910bff4cc59c4f0db
treeccdc1bf3659af1ebdc5c456f9de5e89c129824fb
parent50b5c2ebd91c3fec75750b53880ff04048a043d4
Be careful not to request or look at bits shifted in from outside the size
of the input.  This fixes the mediabench/gsm/toast failure last night.

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