[llvm-commits] [llvm-gcc][patch] Drop the numgpr field in the linux ppc abi
Rafael Espindola
espindola at google.com
Sat Feb 6 16:13:09 PST 2010
The attached patch drops the NumGPR field of SVR4ABI and replaces it
with a function to compute the register use in ScalarElts. With this
change the ppc ABI is just a different implementation of the same
class as the default abi.
The llvm-testsuite is running, should be done tomorrow.
Next: try to move the ppc specify code to gcc/config and the finally
merge ppc abi implementation with the rest of the universe.
Cheers,
--
Rafael Ávila de Espíndola
-------------- next part --------------
A non-text attachment was scrubbed...
Name: numgpr.patch
Type: text/x-diff
Size: 7062 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100206/3c8cc1d0/attachment.patch>
More information about the llvm-commits
mailing list