aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lj_opt_fold.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_opt_fold.c b/src/lj_opt_fold.c
index e04fa480..2a388278 100644
--- a/src/lj_opt_fold.c
+++ b/src/lj_opt_fold.c
@@ -967,6 +967,7 @@ LJFOLDF(simplify_floor_conv)
967 967
968/* Strength reduction of widening. */ 968/* Strength reduction of widening. */
969LJFOLD(CONV any IRCONV_I64_INT) 969LJFOLD(CONV any IRCONV_I64_INT)
970LJFOLD(CONV any IRCONV_U64_INT)
970LJFOLDF(simplify_conv_sext) 971LJFOLDF(simplify_conv_sext)
971{ 972{
972 IRRef ref = fins->op1; 973 IRRef ref = fins->op1;