projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
082b3ef
)
tcg/optimize: Use finish_folding in fold_remainder
author
Richard Henderson
<richard.henderson@linaro.org>
Mon, 9 Dec 2024 02:36:50 +0000
(20:36 -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 07792c5351864db6319eb5efc4d484efc25eb132..e78f5a79a35b8052c51fb2e09ae11f11c5f29301 100644
(file)
--- a/
tcg/optimize.c
+++ b/
tcg/optimize.c
@@
-2152,7
+2152,7
@@
static bool fold_remainder(OptContext *ctx, TCGOp *op)
fold_xx_to_i(ctx, op, 0)) {
return true;
}
- return f
alse
;
+ return f
inish_folding(ctx, op)
;
}
static bool fold_setcond_zmask(OptContext *ctx, TCGOp *op, bool neg)