On 8/10/23 09:12, Peter Maydell wrote:
+ ctx->s_mask = -1;Do we not also need to set z_mask to something here (presumably -1)? (I'm not very familiar with the optimizer internals.)
It is set to -1 by default before folding all operations. r~
On 8/10/23 09:12, Peter Maydell wrote:
+ ctx->s_mask = -1;Do we not also need to set z_mask to something here (presumably -1)? (I'm not very familiar with the optimizer internals.)
It is set to -1 by default before folding all operations. r~