summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Generic/switch-lower-feature.ll
Commit message (Collapse)AuthorAgeFilesLines
* merge two tests, make target independent.Chris Lattner2010-02-091-6/+40
| | | | llvm-svn: 95651
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-5/+5
| | | | llvm-svn: 81293
* Fix some more quoting issues in RUN lines, this time regarding unintendedMatthijs Kooijman2008-06-101-2/+2
| | | | | | | | variable expansions involving the $ character. This fixes 4 tests that were not running properly before. llvm-svn: 52183
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-151-5/+5
| | | | llvm-svn: 41097
* For PR1319:Reid Spencer2007-04-161-4/+4
| | | | | | | | Remove && from the end of the lines to prevent tests from throwing run lines into the background. Also, clean up places where the same command is run multiple times by using a temporary file. llvm-svn: 36142
* Next stage into switch lowering refactoringAnton Korobeynikov2007-04-091-4/+1
| | | | | | | | | | 1. Fix some bugs in the jump table lowering threshold 2. Implement much better metric for optimal pivot selection 3. Tune thresholds for different lowering methods 4. Implement shift-and trick for lowering small (<machine word length) cases with few destinations. Good testcase will follow. llvm-svn: 35816
* Properly emit range comparisons for switch cases, where neighbour casesAnton Korobeynikov2007-04-041-4/+4
| | | | | | | go to the same destination. Now we're producing really good code for switch-lower-feature.ll testcase llvm-svn: 35672
* Add "feature" testcase for new switch lowering codeAnton Korobeynikov2007-03-251-0/+32
llvm-svn: 35345
OpenPOWER on IntegriCloud