Check for less than 0 in shuffle mask instead of -1. It's more consistent with other...
authorCraig Topper <craig.topper@gmail.com>
Fri, 18 Jan 2013 05:30:07 +0000 (05:30 +0000)
committerCraig Topper <craig.topper@gmail.com>
Fri, 18 Jan 2013 05:30:07 +0000 (05:30 +0000)
commit081c29b25696006bb72a7ac1035e05f8f935513f
treeea822453b96ad4c3ac4f1901e5d1cc51360e4cd5
parent37d093f0b0e4b4d1c49efbf2bdcc9827527e3b9f
Check for less than 0 in shuffle mask instead of -1. It's more consistent with other code related to shuffles and easier to implement in compiled code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172788 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/InstCombine/InstCombineVectorOps.cpp