[InstCombine] Use APInt::getBitsSetFrom instead of inverting the result of getLowBits...
authorCraig Topper <craig.topper@gmail.com>
Thu, 13 Apr 2017 21:49:48 +0000 (21:49 +0000)
committerCraig Topper <craig.topper@gmail.com>
Thu, 13 Apr 2017 21:49:48 +0000 (21:49 +0000)
commite7563f8dda10c276e4508b00a77781f429235271
tree3635dec19d5df7d419e388c045f1a8e08018a9af
parentcf681266e611d030258d5a801d2bb03ba3095692
[InstCombine] Use APInt::getBitsSetFrom instead of inverting the result of getLowBitsSet. NFC

llvm-svn: 300265
llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp