summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/2010-03-09-indirect-call.ll
Commit message (Collapse)AuthorAgeFilesLines
* Remove -join-physregs from the test suite.Jakob Stoklund Olesen2012-05-171-2/+4
| | | | | | | | | | | | | | This option has been disabled for a while, and it is going away so I can clean up the coalescer code. The tests that required physreg joining to be enabled were almost all of the form "tiny function with interference between arguments and return value". Such functions are usually inlined in the real world. The problem exposed by phys_subreg_coalesce-3.ll is real, but fairly rare. llvm-svn: 157027
* Explicitly request -join-physregs for some tests that depend on it.Jakob Stoklund Olesen2011-05-041-1/+1
| | | | llvm-svn: 130855
* The address of an indirect call must be in R12 on Darwin.Dale Johannesen2010-03-091-0/+19
Make it so. (This patch is in LowerCall_Darwin, which seems to be used by SVR4 code as well; since that doesn't belong here, I haven't worried about this case.) llvm-svn: 98077
OpenPOWER on IntegriCloud