|
From: | Daniel Henrique Barboza |
Subject: | Re: [PATCH v9 09/10] target/riscv: Clear vstart_qe_zero flag |
Date: | Sun, 10 Mar 2024 07:17:50 -0300 |
User-agent: | Mozilla Thunderbird |
On 3/10/24 04:47, Richard Henderson wrote:
On 3/9/24 10:43, Daniel Henrique Barboza wrote:From: Ivan Klokov <ivan.klokov@syntacore.com> The vstart_qe_zero flag is set at the beginning of the translationHere and subject, s/qe/ne/.
Hmmmm ... the flag name is correct - vstart_qe_zero. But the patch isn't clearing it at the end of insns, the patch is setting it. I'll change the subject to "enable vstart_eq_zero in the end of insns". And in this first quote I'll change 'set' to 'updated': "The vstart_qe_zero flag is updated at the beginning of the translation (...)" Because 'flag is set' can give the impression that we're enabling it. 'flag is updated' is more in line with what happens: vstart_eq_zero will track the result of vstart = 0. Thanks, Daniel
r~
[Prev in Thread] | Current Thread | [Next in Thread] |