summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/CellSPU/icmp16.ll
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite three tests that had truly egregious abuses of 'grep' in them toChandler Carruth2012-07-021-11/+235
| | | | | | | | | | | | | | use FileCheck. Aside from removing a dependence on TCL-style quoting, this also makes the tests ... significantly more robust. =] It would be really, *really* great of the maintainer(s) of the CellSPU backend went through and systematically rewrite these tests to use FileCheck. There are a lot more that have nearly this bad of abuses. Another step along the path to a TclTest-free testsuite. llvm-svn: 159523
* Convert more tests to avoid llvm-as.Dan Gohman2009-09-111-1/+1
| | | | llvm-svn: 81545
* Don't force promotion of return arguments on the callee.Rafael Espindola2009-03-171-1/+1
| | | | | | | Some architectures (like x86) don't require it. This fixes bug 3779. llvm-svn: 67132
* APIntify a test which is potentially unsafe otherwise, and fix the Eli Friedman2008-11-301-1/+1
| | | | | | | | | nearby FIXME. I'm not sure what the right way to fix the Cell test was; if the approach I used isn't okay, please let me know. llvm-svn: 60277
* Add more patterns to match in the integer comparison test harnesses.Scott Michel2008-03-201-2/+12
| | | | | | | | Fix bugs encountered, mostly due to range matching for immediates; the CellSPU's 10-bit immediates are sign extended, covering a larger range of unsigned values. llvm-svn: 48575
* Integer comparison tests for CellSPU.Scott Michel2008-03-101-0/+340
llvm-svn: 48152
OpenPOWER on IntegriCloud