[llvm] r211639 - Print a=b as an assignment.

Rafael EspĂ­ndola rafael.espindola at gmail.com
Fri Jun 27 05:21:47 PDT 2014


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.

Is this using mips16 or micromips? ".set mips16" in particular doesn't
seem to be implemented for example.

Cheers,
Rafael



More information about the llvm-commits mailing list