diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lj_opt_fold.c | 1 |
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. */ |
| 969 | LJFOLD(CONV any IRCONV_I64_INT) | 969 | LJFOLD(CONV any IRCONV_I64_INT) |
| 970 | LJFOLD(CONV any IRCONV_U64_INT) | ||
| 970 | LJFOLDF(simplify_conv_sext) | 971 | LJFOLDF(simplify_conv_sext) |
| 971 | { | 972 | { |
| 972 | IRRef ref = fins->op1; | 973 | IRRef ref = fins->op1; |
