tcg/optimize: Use finish_folding in fold_remainder

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
Richard Henderson 2024-12-08 20:36:50 -06:00
parent 082b3ef919
commit f9e3934903

View file

@ -2152,7 +2152,7 @@ static bool fold_remainder(OptContext *ctx, TCGOp *op)
fold_xx_to_i(ctx, op, 0)) {
return true;
}
return false;
return finish_folding(ctx, op);
}
static bool fold_setcond_zmask(OptContext *ctx, TCGOp *op, bool neg)