David Blaikie
ea3e51d73f
Account for calling convention specifiers in function definitions in IR test 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
2015-06-29 17:29:50 +00:00
Michael J. Spencer
dd59775f06
[CodeGen] Don't cast and use SizeTy instead of Int32Ty when constructing {extract,insert} vector element instructions.
...
llvm-svn: 209942
2014-05-31 00:22:12 +00:00
Stephen Lin
4362261b00
CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail.
...
llvm-svn: 188447
2013-08-15 06:47:53 +00:00
Craig Topper
50ad5b7354
Add support for passing -1 to __builtin_shufflevector to signify an undefined element value to match IR capabilities.
...
llvm-svn: 187694
2013-08-03 17:40:38 +00:00
Eli Bendersky
2592e4e851
Fix a test that was redefining FileCheck variables while referencing old ones.
...
In preparation for the FileCheck enhancement to support backreferences.
llvm-svn: 169090
2012-12-01 13:50:51 +00:00
Eli Friedman
1fa36050ab
Make the variant of __builtin_shufflevector that takes the shuffle indexes as a vector actually usable. Patch by David Neto. PR12465.
...
llvm-svn: 154128
2012-04-05 21:48:40 +00:00