summaryrefslogtreecommitdiff
path: root/test/Bitcode/shuffle.ll
Commit message (Collapse)AuthorAge
* Use -disable-output and to suppress output and don't use a temporary file ↵Bill Wendling2013-08-20
| | | | | | unless we need one. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188843 91177308-0d34-0410-b5e6-96231b3b80d8
* The bitcode reader can create an shuffle with a place holder mask which it willMon P Wang2011-10-26
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