Issue #3049 - loongarch64: allocate Ion temps for post-write barriers

This commit is contained in:
Basilisk-Dev 2026-04-25 14:21:41 -04:00 committed by wuggy
commit e7ade1e911

View file

@ -29,6 +29,8 @@ class LIRGeneratorLoongArch64 : public LIRGeneratorMIPSShared
return temp();
}
bool needTempForPostBarrier() { return true; }
void lowerUntypedPhiInput(MPhi* phi, uint32_t inputPosition, LBlock* block, size_t lirIndex);
void defineUntypedPhi(MPhi* phi, size_t lirIndex);