OSDN Git Service

Fix a DAGCombiner abort on an invalid shift count constant. This fixes PR3250.
authorDan Gohman <gohman@apple.com>
Sat, 3 Jan 2009 19:22:06 +0000 (19:22 +0000)
committerDan Gohman <gohman@apple.com>
Sat, 3 Jan 2009 19:22:06 +0000 (19:22 +0000)
commit77d852f90cea554d2baabb73a621f0284b596db4
tree7f61a6ff6237b6950e307cb8e0a867edb7fec717
parent32e8e114a7a4f61aa02463298b51aea926d0272b
Fix a DAGCombiner abort on an invalid shift count constant. This fixes PR3250.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61613 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
test/CodeGen/X86/pr3250.ll [new file with mode: 0644]