summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorAndrea Di Biagio <Andrea_DiBiagio@sn.scee.net>2014-01-15 19:51:32 +0000
committerAndrea Di Biagio <Andrea_DiBiagio@sn.scee.net>2014-01-15 19:51:32 +0000
commit3cab648f220f354db06e4334b1da3ae1f417d16e (patch)
tree36a5ecba62e6e5987c394b894c0f319aeb620a6d /autoconf
parent1fca78a9b1d78ac2e05174e8b8b0eda5fe4ab8b3 (diff)
downloadllvm-3cab648f220f354db06e4334b1da3ae1f417d16e.tar.gz
llvm-3cab648f220f354db06e4334b1da3ae1f417d16e.tar.bz2
llvm-3cab648f220f354db06e4334b1da3ae1f417d16e.tar.xz
[DAGCombiner] Fix a wrong check in method SimplifyVBinOp.
This fixes a regression intruced by r199135. Revision 199135 tried to simplify part of the logic in method DAGCombiner::SimplifyVBinOp introducing calls to method BuildVectorSDNode::isConstant(). However, that revision wrongly changed the check performed by method SimplifyVBinOp to identify dag nodes that can be folded. Before revision 199135, that method only tried to simplify vector binary operations if both operands were build_vector of Constant/ConstantFP/Undef only. After revision 199135, method SimplifyVBinop tried to simplify also vector binary operations with only one constant operand. This fixes the problem restoring the old behavior of SimplifyVBinOp. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199328 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
0 files changed, 0 insertions, 0 deletions