disable MaskedValueIsZero, ComputeMaskedBits, and SimplifyDemandedBits for
authorChris Lattner <sabre@nondot.org>
Thu, 17 May 2007 18:19:23 +0000 (18:19 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 17 May 2007 18:19:23 +0000 (18:19 +0000)
commit3fc5b01d38ddccbe53ff0b32cc0100351d698c66
tree54d08a8fc6f2df0159ecf939499e6d86e332e0d6
parentb429f7303eecc6fe0218d86e2f1321f70473deb4
disable MaskedValueIsZero, ComputeMaskedBits, and SimplifyDemandedBits for
i128 integers.  The 64-bit masks are not wide enough to represent the results.
These should be converted to APInt someday.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37169 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/TargetLowering.cpp