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)
commitcc91d63ab7b3ee5c80497acf77f75ad9f76e985c
tree7f61a6ff6237b6950e307cb8e0a867edb7fec717
parent1eb9268080498bc7b6d2d5df6fe8c13d6f939de0
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]