summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/builtinshufflevector2.c
Commit message (Collapse)AuthorAgeFilesLines
* Account for calling convention specifiers in function definitions in IR test ↵David Blaikie2015-06-291-3/+3
| | | | | | | | | | | | | cases Several tests wouldn't pass when executed on an armv7a_pc_linux triple due to the non-default arm_aapcs calling convention produced on the function definitions in the IR output. Account for this with the application of a little regex. Patch by Ying Yi. llvm-svn: 240971
* [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