aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/SimplifyCFG/PhiEliminate.ll
Commit message (Collapse)AuthorAgeFilesLines
* converting massive blocks of phis into selects like this is silly.Chris Lattner2006-11-181-28/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31852 91177308-0d34-0410-b5e6-96231b3b80d8
* expand testcase, which has been in my tree for a while nowChris Lattner2005-12-031-1/+29
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24582 91177308-0d34-0410-b5e6-96231b3b80d8
* Oops, actually USE the previously computed valueChris Lattner2004-03-301-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12547 91177308-0d34-0410-b5e6-96231b3b80d8
* Test general value/value selection which we can do now that we use theChris Lattner2004-03-301-1/+2
| | | | | | | select instruction git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12546 91177308-0d34-0410-b5e6-96231b3b80d8
* Modify test to use the %t substition (temporary name). This is availableJohn Criswell2004-03-171-2/+2
| | | | | | | | | | in the QMTest Testrunner tests. Please note that putting output files in the Output directory no longer works, as QMTest does not build Output directories anymore (nor does the test run in a separate subdirectory, anyway). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12466 91177308-0d34-0410-b5e6-96231b3b80d8
* New feature testcase for simplifycfg.Chris Lattner2004-02-111-0/+35
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11306 91177308-0d34-0410-b5e6-96231b3b80d8