[llvm] r211639 - Print a=b as an assignment.
Doug Gilmore
Doug.Gilmore at imgtec.com
Fri Jun 27 13:14:10 PDT 2014
On 06/27/2014 05:21 AM, Rafael EspĂndola wrote:
> On 27 June 2014 03:53, Doug Gilmore <Doug.Gilmore at imgtec.com> wrote:
>> Yes, this definitely points to a problem area, we have a builder for that:
>>
>> https://dmz-portal.mips.com/bb/builders/LLVM%20with%20delay%20slot%20optimizer%20and%20integrated%20assembler%20%28via-file-asm%29
>>
>> Those tests that have just regressed with just -integrated-as, have been always failing when
>> -via-file-asm is also supplied.
>
> Then it seems the patch just made an existing bug more explicit. The
> old code was effectively hiding the an assignment from the object
> streamer, which suggest that is where the bug is.
Sorry for the slowness in getting back. Right, not having -via-file-asm for these
examples working beforehand is a bit unfortunate. Sorry about that.
>
> Is this using mips16 or micromips? ".set mips16" in particular doesn't
> seem to be implemented for example.
It is just normal mips32.
Thanks,
Doug
>
> Cheers,
> Rafael
>
More information about the llvm-commits
mailing list