OSDN Git Service

[X86] Use APInt::isSubsetof instead of APInt::intersects to avoid a negation of an...
authorCraig Topper <craig.topper@intel.com>
Sun, 15 Apr 2018 19:11:25 +0000 (19:11 +0000)
committerCraig Topper <craig.topper@intel.com>
Sun, 15 Apr 2018 19:11:25 +0000 (19:11 +0000)
commit445c7b1daf7c675be0914ee739b3db3aa02430b2
tree65685471d37ed312c86f51ec452cb19c47ffbf48
parentdc50512231e6b46ca66f335fbef2ffed07635e7a
[X86] Use APInt::isSubsetof instead of APInt::intersects to avoid a negation of an APInt value. NFC

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