The bitcode reader can create an shuffle with a place holder mask which it will
authorMon P Wang <wangmp@apple.com>
Wed, 26 Oct 2011 00:34:48 +0000 (00:34 +0000)
committerMon P Wang <wangmp@apple.com>
Wed, 26 Oct 2011 00:34:48 +0000 (00:34 +0000)
commitcf62b371a970d109fa373e2fc2f5a024cdadcf42
treeccc6a391910ebb1b1e948d745d41c7c2314faa4b
parent7be6bc5a93415a8efce21928125cafd618319851
The bitcode reader can create an shuffle with a place holder mask which it will
fix up later. For this special case, allow such a mask to be considered valid.
<rdar://problem/8622574>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142992 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Instructions.cpp
test/Bitcode/shuffle.ll [new file with mode: 0644]