summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2017-04-02 17:34:30 +0000
committerCraig Topper <craig.topper@gmail.com>2017-04-02 17:34:30 +0000
commitd133591a7e6804e7cb59b4b003f94c8f02b5f90a (patch)
treec727d53647aa300cae12ce95d0dc0a93fe0bdc8f /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parentba28263b03b0f13045098122af974c21e20b2aab (diff)
[InstCombine] Remove redundant combine from visitAnd
As far as I can tell this combine is fully handled by SimplifyDemandedInstructionBits. I was only looking at this because it is the only user of APIntOps::isShiftedMask which is itself broken. As demonstrated by r299187. I was going to fix isShiftedMask and needed to make sure we had coverage for the new cases it would expose to this combine. But looks like we can nuke it instead. Differential Revision: https://reviews.llvm.org/D31543 llvm-svn: 299337
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions