On Fri, Oct 21, 2022 at 9:47 AM Richard Henderson
wrote:
>
> There was a typo using opc_addi instead of opc_add with the
> two registers. While we're at it, simplify the gating test
> to al == bl to improve dynamic scheduling even when the
> output register does not overlap the inputs.
>
> Report
On Fri, Oct 21, 2022 at 9:47 AM Richard Henderson
wrote:
>
> There was a typo using opc_addi instead of opc_add with the
> two registers. While we're at it, simplify the gating test
> to al == bl to improve dynamic scheduling even when the
> output register does not overlap the inputs.
>
> Report
There was a typo using opc_addi instead of opc_add with the
two registers. While we're at it, simplify the gating test
to al == bl to improve dynamic scheduling even when the
output register does not overlap the inputs.
Reported-by: LIU Zhiwei
Signed-off-by: Richard Henderson
---
Supersedes: 20