summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/SCCP/2008-03-10-sret.ll
Commit message (Collapse)AuthorAgeFilesLines
* merge 2008-03-10-sret.ll into ipsccp-basic.ll, and upgrade its syntax.Chris Lattner2009-11-021-21/+0
| | | | llvm-svn: 85811
* disable IPSCCP support for multiple return values, it is buggy, so justChris Lattner2009-11-021-0/+2
| | | | | | disable it until I can fix it. llvm-svn: 85810
* Eliminate more redundant llvm-as calls.Dan Gohman2009-09-111-1/+1
| | | | llvm-svn: 81540
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-1/+1
| | | | llvm-svn: 81257
* adjust for asmprinter change.Chris Lattner2009-03-011-3/+5
| | | | llvm-svn: 65740
* Enable first-class aggregates support.Dan Gohman2008-07-231-2/+5
| | | | | | | | | | | | Remove the GetResultInst instruction. It is still accepted in LLVM assembly and bitcode, where it is now auto-upgraded to ExtractValueInst. Also, remove support for return instructions with multiple values. These are auto-upgraded to use InsertValueInst instructions. The IRBuilder still accepts multiple-value returns, and auto-upgrades them to InsertValueInst instructions. llvm-svn: 53941
* make this test more interesting.Chris Lattner2008-04-231-4/+6
| | | | llvm-svn: 50128
* Initial multiple return values support.Devang Patel2008-03-111-0/+12
llvm-svn: 48210
OpenPOWER on IntegriCloud