summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Generic/switch-lower-feature-2.ll
Commit message (Collapse)AuthorAgeFilesLines
* merge two tests, make target independent.Chris Lattner2010-02-091-50/+0
| | | | llvm-svn: 95651
* Revert the main portion of r31856. It was causing BranchFoldingDan Gohman2009-10-221-2/+2
| | | | | | | | | | | | to break up CFG diamonds by banishing one of the blocks to the end of the function, which is bad for code density and branch size. This does pessimize MultiSource/Benchmarks/Ptrdist/yacr2, the benchmark cited as the reason for the change, however I've examined the code and it looks more like a case of gaming a particular branch than of being generally applicable. llvm-svn: 84803
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-1/+1
| | | | llvm-svn: 81293
* Remove obsolete -f flags.Dan Gohman2009-08-251-1/+1
| | | | llvm-svn: 79992
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-151-9/+9
| | | | llvm-svn: 41097
* For PR1319:Reid Spencer2007-04-161-9/+10
| | | | | | | | 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
* Fix testAnton Korobeynikov2007-04-051-0/+2
| | | | llvm-svn: 35683
* Properly emit range comparisons for switch cases, where neighbour casesAnton Korobeynikov2007-04-041-0/+47
go to the same destination. Now we're producing really good code for switch-lower-feature.ll testcase llvm-svn: 35672
OpenPOWER on IntegriCloud