[PATCH] Set properties of f128 type

Akira Hatanaka ahatanak at gmail.com
Fri Feb 15 11:51:46 PST 2013


This patch sets properties of f128 type in
TargetLoweringBase::computeRegisterProperties. This is needed to enable
soft-float on architectures which have support for f128. mips64 is an
example of such an architecture. aarch64 also supports f128, but it doesn't
need this because it doesn't have a soft-float ABI.

Please review.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130215/ac859b20/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: f128soft.patch
Type: application/octet-stream
Size: 1193 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130215/ac859b20/attachment.obj>


More information about the llvm-commits mailing list