Fix a bug in the ComputeMaskedBits logic for multiply.
authorDan Gohman <gohman@apple.com>
Wed, 7 May 2008 00:35:55 +0000 (00:35 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 7 May 2008 00:35:55 +0000 (00:35 +0000)
commit42ac929ed968939d22a715769e583aeed8f6c823
treeba6422054e5b84ba6016f0a5a3e90f70fb94c42d
parent69cedcbcece7e1138c77aac5b34a1377006254c1
Fix a bug in the ComputeMaskedBits logic for multiply.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50793 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/Transforms/Scalar/InstructionCombining.cpp
test/Transforms/InstCombine/mul-masked-bits.ll [new file with mode: 0644]