On 3/10/24 04:47, Richard Henderson wrote:
On 3/9/24 10:43, Daniel Henrique Barboza wrote:
From: Ivan Klokov <ivan.klo...@syntacore.com>
The vstart_qe_zero flag is set at the beginning of the translation
Here 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~