tcg/optimize: Use finish_folding in fold_extract2
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
b6cd00f1ef
commit
c9df99ee8d
@ -1773,7 +1773,7 @@ static bool fold_extract2(OptContext *ctx, TCGOp *op)
|
|||||||
}
|
}
|
||||||
return tcg_opt_gen_movi(ctx, op, op->args[0], v1 | v2);
|
return tcg_opt_gen_movi(ctx, op, op->args[0], v1 | v2);
|
||||||
}
|
}
|
||||||
return false;
|
return finish_folding(ctx, op);
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool fold_exts(OptContext *ctx, TCGOp *op)
|
static bool fold_exts(OptContext *ctx, TCGOp *op)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user