OSDN Git Service

[InstCombine] Remove redundant code from SimplifyDemandedBits handling for Or. The...
authorCraig Topper <craig.topper@gmail.com>
Thu, 20 Apr 2017 19:31:22 +0000 (19:31 +0000)
committerCraig Topper <craig.topper@gmail.com>
Thu, 20 Apr 2017 19:31:22 +0000 (19:31 +0000)
commit1fa7ca8b26f765de9a70260fce3f704471d6dc26
treeb279e202821b220e93d9b13a3151afccab79f75f
parentce355604975ef6f9ce5e816506ffce6a5970d7ba
[InstCombine] Remove redundant code from SimplifyDemandedBits handling for Or. The code above it is equivalent if you work through the bitwise math.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300876 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp