On 7/9/2026 4:06 PM, Brian Cain wrote:
> Unconditionally allocate and initialize the temp to the sreg's current
> value for every logged sreg write, rather than only allocating
> when need_commit is set or the register is SSR.
> 
> Without this, reading a deferred sreg write within the same packet
> before it is committed can observe an uninitialized temp instead
> of the register's pre-packet value.
> 
> Signed-off-by: Brian Cain <[email protected]>
> ---
>  target/hexagon/translate.c | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 

Reviewed-by: Pierrick Bouvier <[email protected]>

Reply via email to