summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode/ssse3_palignr.ll
Commit message (Collapse)AuthorAgeFilesLines
* Simplify tests by not piping them through llvm-dis.Chad Rosier2011-10-251-1/+1
| | | | llvm-svn: 142948
* Fix these test cases to not use .bc files. Otherwise, we run into issues withChad Rosier2011-10-251-1/+81
| | | | | | bitcode reader/writer backward compatibility. llvm-svn: 142896
* Add missing newlines.Chad Rosier2011-05-281-1/+1
| | | | llvm-svn: 132241
* Fix test cases that were previously using grep to use FileCheckChad Rosier2011-05-281-1/+2
| | | | llvm-svn: 132237
* Remove the palignr intrinsics now that we lower them to vector shuffles,Eric Christopher2010-04-201-0/+1
shifts and null vectors. Autoupgrade these to what we'd lower them to. Add a testcase to exercise this. llvm-svn: 101851
OpenPOWER on IntegriCloud