summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/builtinshufflevector2.c
Commit message (Collapse)AuthorAgeFilesLines
* [CodeGen] Don't cast and use SizeTy instead of Int32Ty when constructing ↵Michael J. Spencer2014-05-311-12/+12
| | | | | | {extract,insert} vector element instructions. llvm-svn: 209942
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when ↵Stephen Lin2013-08-151-3/+3
| | | | | | tests fail. llvm-svn: 188447
* Add support for passing -1 to __builtin_shufflevector to signify an ↵Craig Topper2013-08-031-1/+8
| | | | | | undefined element value to match IR capabilities. llvm-svn: 187694
* Fix a test that was redefining FileCheck variables while referencing old ones.Eli Bendersky2012-12-011-4/+4
| | | | | | In preparation for the FileCheck enhancement to support backreferences. llvm-svn: 169090
* Make the variant of __builtin_shufflevector that takes the shuffle indexes ↵Eli Friedman2012-04-051-0/+35
as a vector actually usable. Patch by David Neto. PR12465. llvm-svn: 154128
OpenPOWER on IntegriCloud