On 29 January 2015 at 12:36, Davide Italiano wrote:
>>
>> Log:
>> Use zero register instead of immediate 0x0 in MIPS assembly
>>
> Ed,
> did you open a bug for this on LLVM bugzilla? If yes, can you please
> link it here, for the records?
I've just submitted http://llvm.org/bugs/show_bug.cgi?id
On Thu, Jan 29, 2015 at 7:30 AM, Ed Maste wrote:
> Author: emaste
> Date: Thu Jan 29 15:30:04 2015
> New Revision: 277877
> URL: https://svnweb.freebsd.org/changeset/base/277877
>
> Log:
> Use zero register instead of immediate 0x0 in MIPS assembly
>
> It seems GAS makes the substitution autom
Author: emaste
Date: Thu Jan 29 15:30:04 2015
New Revision: 277877
URL: https://svnweb.freebsd.org/changeset/base/277877
Log:
Use zero register instead of immediate 0x0 in MIPS assembly
It seems GAS makes the substitution automatically, but Clang's
integrated assembler does not (yet). It