On Thu, 11 Aug 2022, Kito Cheng wrote:

> LGTM, but with a nit, I don't get set.w but get an andi like below, so
> maybe we should also scan-assembler-not andi? feel free to commit that
> directly with that fix
> 
> ```asm
> sleu:
>        sgtu    a0,a0,a1        # 9     [c=4 l=4]  *sgtu_disi
>        xori    a0,a0,1 # 10    [c=4 l=4]  *xorsi3_internal/1
>        andi    a0,a0,1 # 16    [c=4 l=4]  anddi3/1
>        ret             # 25    [c=0 l=4]  simple_return
> ```

 Interesting.  I can do that, but can you please share the compilation 
options, given or defaulted (from `--with...' configuration options), this 
happens with?

  Maciej

Reply via email to