OSDN Git Service

Correct the value of LowBits in srem and urem handling in
authorDan Gohman <gohman@apple.com>
Tue, 6 May 2008 00:51:48 +0000 (00:51 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 6 May 2008 00:51:48 +0000 (00:51 +0000)
commit5a154a1a7f85eb3c2b756a949b66670bed62e32e
tree2ff862ab8fa864b1dd691eef2ccf243d58a676ba
parent2f51e1f35356d8e88e1edd6b1fa693e69ec1105d
Correct the value of LowBits in srem and urem handling in
ComputeMaskedBits.

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