Remove AllUndef check from one of the loops in getVectorShuffle. It was already handl...
authorCraig Topper <craig.topper@gmail.com>
Thu, 8 Aug 2013 08:03:12 +0000 (08:03 +0000)
committerCraig Topper <craig.topper@gmail.com>
Thu, 8 Aug 2013 08:03:12 +0000 (08:03 +0000)
commiteee2a11ee38307ea3b0bbd43c33e5fad182f0951
tree2f8569967c374ae812e3513e549d07253fb239de
parent37c107b9b57aab9a13cde0d1db41b66565941f9d
Remove AllUndef check from one of the loops in getVectorShuffle. It was already handled by the 'AllLHS && AllRHS' check after the previous loop.

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