]> granicus.if.org Git - llvm/commit
[DAGCombiner] split i1 select-of-constants from non-i1 case; NFCI
authorSanjay Patel <spatel@rotateright.com>
Fri, 17 Feb 2017 17:13:27 +0000 (17:13 +0000)
committerSanjay Patel <spatel@rotateright.com>
Fri, 17 Feb 2017 17:13:27 +0000 (17:13 +0000)
commitad529eb8da39cdb9574ebcb12df08b51e2ba68ef
tree85cc99f689f46779e6e80a44df9c37868c472ba3
parentd7ab0f52783ad6512d12dc1ee8e5453c86f60305
[DAGCombiner] split i1 select-of-constants from non-i1 case; NFCI

I can't find any tests of the non-i1 code path, so it may be unnecessary at this point.

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