[llvm] r198019 - [Mips] Does not take in account 'use-soft-float' attribute's value when

Reed Kotler reed.kotler at imgtec.com
Tue Sep 30 08:26:01 PDT 2014


On 09/30/2014 05:51 AM, Daniel Sanders wrote:
>>> There is one test that is failing locally for us that started to fail around
>>> the time when you were making changes
>>> and it may be unrelated to that, but it's a test for this dual 32/16 mode
>>> switching ability. I have been busy and
>>> did not look at this failure yet because I did not know about it when it
>>> first happened because we had some other
>>> issues unrelated to that in our local build bots at exactly that moment that
>>> masked the problem.
>>>
>> Likely the problem I'm fixing here. If you change the order of
>> functions in the test suite for the test I have modified you'll see a
>> failure.
>>
> Am I right in thinking you're referring to MultiSource/UnitTests/Mips/Mips16/fp16_32_1/fp16_32_1 failure from https://dmz-portal.mips.com/bb/builders/LLVM%20with%2016bit%20and%20delay%20slot%20optimizer%20and%20hard%20float/builds/780? I've just taken a look at that one and it's a qemu bug. http://patchwork.ozlabs.org/patch/366146/ fixes the problem for me.
>
Yes. That was what I was referring to.

Made me nervous to see that because it's a test for this mips32/16 dual 
mode and that exact
area was being changed by Eric .

Fortunately, it was an unrelated problem.





More information about the llvm-commits mailing list