]> granicus.if.org Git - llvm/commit
[InstCombine] Use APInt::isSubsetOf to simplify some code in SimplifyDemandedBits...
authorCraig Topper <craig.topper@gmail.com>
Thu, 20 Apr 2017 20:47:35 +0000 (20:47 +0000)
committerCraig Topper <craig.topper@gmail.com>
Thu, 20 Apr 2017 20:47:35 +0000 (20:47 +0000)
commita6180c4b3c6333ca5f882dd6085c57f9b64f0fb9
treecbda0f2b695283486c98e83d9f00e5db138a6dab
parentcef604c5bb04dd64302d702ec26405557f434c1e
[InstCombine] Use APInt::isSubsetOf to simplify some code in SimplifyDemandedBits. NFC

This allows us to use less temporary APInt for And and Invert operations.

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