Don't call SimplifyVBinOp for non-vector operations, following earlier review
authorDan Gohman <gohman@apple.com>
Fri, 13 Jul 2007 20:03:40 +0000 (20:03 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 13 Jul 2007 20:03:40 +0000 (20:03 +0000)
commit05d92fe7c4310340335512a3a7de97d3cf07d68d
treedfcda76216d68f17893bcc4e2e51bf4328d8800d
parent3e63a9d52ca2052b55c1ac65b048b2051cc2c09b
Don't call SimplifyVBinOp for non-vector operations, following earlier review
feedback. This theoretically makes the common (scalar) case more efficient.

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