mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
ARM: Fix code generation for type-check only softfp [AHUV]LOAD.
This commit is contained in:
parent
f1849fa928
commit
4bcf2b40fe
@ -851,7 +851,7 @@ static void asm_ahuvload(ASMState *as, IRIns *ir)
|
||||
rset_clear(allow, dest);
|
||||
}
|
||||
idx = asm_fuseahuref(as, ir->op1, &ofs, allow);
|
||||
if (!hiop) {
|
||||
if (!hiop || type == RID_NONE) {
|
||||
rset_clear(allow, idx);
|
||||
if (ofs < 256 && ra_hasreg(dest) && (dest & 1) == 0 &&
|
||||
rset_test((as->freeset & allow), dest+1)) {
|
||||
|
Loading…
Reference in New Issue
Block a user