move decomposeBitTestICmp() to Transforms/Utils; NFC
authorSanjay Patel <spatel@rotateright.com>
Wed, 20 Jul 2016 17:18:45 +0000 (17:18 +0000)
committerSanjay Patel <spatel@rotateright.com>
Wed, 20 Jul 2016 17:18:45 +0000 (17:18 +0000)
commit683170bf561dcaf79edccac3291319a023c7c0ca
tree79db519d7c3e5bd75dc65542cf3166e6096beb11
parent481232e991365c806043cb228590f95f8eab28d0
move decomposeBitTestICmp() to Transforms/Utils; NFC

As noted in https://reviews.llvm.org/D22537 , we can use this functionality in
visitSelectInstWithICmp() and InstSimplify, but currently we have duplicated
code.

llvm-svn: 276140
llvm/include/llvm/Transforms/Utils/CmpInstAnalysis.h
llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
llvm/lib/Transforms/Utils/CmpInstAnalysis.cpp