]> granicus.if.org Git - llvm/commit
[DAGCombiner] Use APInt::intersects to avoid tmp variable. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 24 Apr 2017 21:43:21 +0000 (21:43 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 24 Apr 2017 21:43:21 +0000 (21:43 +0000)
commit60823da1a94eb1ce298fa6e4cbe83b26579d9c76
treec92ec2034897c42138f8f061884e88a1f7b382bf
parentc6fb3483941b48d12f85ae6a2c76e78e1cebd10b
[DAGCombiner] Use APInt::intersects to avoid tmp variable. NFCI.

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