OSDN Git Service

Apply a patch from Jan Sjodin to fix a compiler abort on vector
authorDan Gohman <gohman@apple.com>
Fri, 30 Apr 2010 17:19:19 +0000 (17:19 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 30 Apr 2010 17:19:19 +0000 (17:19 +0000)
commit3ce89f47de03e056e7cb52b0fff24834ef409a57
tree5f6ac1863f3f284f64570f0db16dacc0dc9f3b29
parentf91387847421a1f0914e757cca96a4d213d32890
Apply a patch from Jan Sjodin to fix a compiler abort on vector
comparisons sign-extended to a different bitwidth than the
comparison operands.

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