Sorry, I forgot to include the changes I made to GetFPLibCall in LegalizeFloatTypes.cpp in my last email. Please see the updated patch.<br><br>With this patch, the attached test case (mips64-f128.ll) passes make check.<br>
<br><div class="gmail_quote">On Thu, Feb 21, 2013 at 12:20 PM, Tim Northover <span dir="ltr"><<a href="mailto:t.p.northover@gmail.com" target="_blank">t.p.northover@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div>> This patch sets properties of f128 type in<br>
> TargetLoweringBase::computeRegisterProperties. This is needed to enable<br>
> soft-float on architectures which have support for f128. mips64 is an<br>
> example of such an architecture. aarch64 also supports f128, but it doesn't<br>
> need this because it doesn't have a soft-float ABI.<br>
<br>
</div></div>It looks clearly in line with the surrounding code to me, but is there<br>
some kind of test you could write for MIPS that would demonstrate it?<br>
We don't do much merging on trunk, but it could help avoid an obvious<br>
blunder in some future refactoring effort.<br>
<br>
Cheers.<br>
<span><font color="#888888"><br>
Tim.<br>
</font></span></blockquote></div><br>