qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] tcg/optimize: Fix constant folding of setcond


From: wannacu
Subject: Re: [PATCH] tcg/optimize: Fix constant folding of setcond
Date: Mon, 9 Dec 2024 09:46:38 +0800

> I was curious as to why this helped, when arg_new_temp was supposed to be 
> doing exactly 
> this.  It turns out we were incorrectly reusing an old temp, not allocating a 
> new one.

I appreciate your explanation of the issue. I had attempted to update the 
z_mask in 
init_ts_info when the temp arg was reused, but it didn't seem to have the 
desired effect.
Since I'm not deeply familiar with the codebase, I didn't dive into all the 
details.
I'm glad to see that your new patch resolves the issue so effectively. Great 
work!

Thanks,
w



reply via email to

[Prev in Thread] Current Thread [Next in Thread]