Add IR_VLOAD for vararg loads.
Also fixes the broken AA improvement in the last commit.
This commit is contained in:
@@ -102,9 +102,6 @@ static TRef fwd_ahload(jit_State *J, IRRef xref)
|
||||
IRRef lim = xref; /* Search limit. */
|
||||
IRRef ref;
|
||||
|
||||
if (IR(xr->op1)->o != IR_FLOAD) /* Varargs have no corresponding stores. */
|
||||
goto cselim;
|
||||
|
||||
/* Search for conflicting stores. */
|
||||
ref = J->chain[fins->o+IRDELTA_L2S];
|
||||
while (ref > xref) {
|
||||
|
||||
Reference in New Issue
Block a user