projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3220278
)
tcg/optimize: Use finish_folding in fold_mul*
author
Richard Henderson
<richard.henderson@linaro.org>
Mon, 9 Dec 2024 02:18:02 +0000
(20:18 -0600)
committer
Richard Henderson
<richard.henderson@linaro.org>
Tue, 24 Dec 2024 16:32:15 +0000
(08:32 -0800)
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/optimize.c
patch
|
blob
|
history
diff --git
a/tcg/optimize.c
b/tcg/optimize.c
index 0104582b3aea0aa2332bf31352955c0e8986d705..10d1376f620f8de11a57a23ab40f8fa160717e2b 100644
(file)
--- a/
tcg/optimize.c
+++ b/
tcg/optimize.c
@@
-1969,7
+1969,7
@@
static bool fold_mul(OptContext *ctx, TCGOp *op)
fold_xi_to_x(ctx, op, 1)) {
return true;
}
- return f
alse
;
+ return f
inish_folding(ctx, op)
;
}
static bool fold_mul_highpart(OptContext *ctx, TCGOp *op)
@@
-1978,7
+1978,7
@@
static bool fold_mul_highpart(OptContext *ctx, TCGOp *op)
fold_xi_to_i(ctx, op, 0)) {
return true;
}
- return f
alse
;
+ return f
inish_folding(ctx, op)
;
}
static bool fold_multiply2(OptContext *ctx, TCGOp *op)
@@
-2023,7
+2023,7
@@
static bool fold_multiply2(OptContext *ctx, TCGOp *op)
tcg_opt_gen_movi(ctx, op2, rh, h);
return true;
}
- return f
alse
;
+ return f
inish_folding(ctx, op)
;
}
static bool fold_nand(OptContext *ctx, TCGOp *op)