mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 15:58:39 +09:00
Issue #3049 - loongarch64: allocate Ion temps for post-write barriers
This commit is contained in:
parent
f50509bb2e
commit
e7ade1e911
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue