mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 15:14:08 +00:00
Add missing FOLD rule for CONV.u64.int + sign-extension.
This commit is contained in:
parent
fee957b22d
commit
aa502203a6
@ -967,6 +967,7 @@ LJFOLDF(simplify_floor_conv)
|
||||
|
||||
/* Strength reduction of widening. */
|
||||
LJFOLD(CONV any IRCONV_I64_INT)
|
||||
LJFOLD(CONV any IRCONV_U64_INT)
|
||||
LJFOLDF(simplify_conv_sext)
|
||||
{
|
||||
IRRef ref = fins->op1;
|
||||
|
Loading…
Reference in New Issue
Block a user