On 6/3/25 1:08 AM, Richard Henderson wrote:
Add a new function with an affected mask. This will allow folding to a constant to happen before folding to a copy, without having to mind the ordering in all users.Signed-off-by: Richard Henderson <richard.hender...@linaro.org> --- tcg/optimize.c | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-)
Reviewed-by: Pierrick Bouvier <pierrick.bouv...@linaro.org>