Fix PR3826 - InstComb assert with vector shift, by not calling ComputeNumSignBits...
authorChris Lattner <sabre@nondot.org>
Wed, 18 Mar 2009 16:32:19 +0000 (16:32 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 18 Mar 2009 16:32:19 +0000 (16:32 +0000)
commitb44b3666f9b7a6c710f3bad0c4993788963759e3
treef683c0fdd47236a0ee6fe9da057a4b1e24518a2c
parentf023b54bcd817a7dea1a7f02f1db6f69eae3f0d6
Fix PR3826 - InstComb assert with vector shift, by not calling ComputeNumSignBits on a vector.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67211 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/InstructionCombining.cpp
test/Transforms/InstCombine/2009-03-18-vector-ashr-crash.ll [new file with mode: 0644]