Closed
Bug 1837935
Opened 2 years ago
Closed 2 years ago
[loongarch] Fix scratch register usage when compare and branch
Categories
(Core :: JavaScript Engine: JIT, defect)
Tracking
()
RESOLVED
FIXED
116 Branch
Tracking | Status | |
---|---|---|
firefox116 | --- | fixed |
People
(Reporter: zhaojiazhong-hf, Assigned: zhaojiazhong-hf)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Bug 1826574 enabled test262 tests for Unicode Sets, and caused test case test262/built-ins/RegExp/property-escapes/generated/strings/RGI_Emoji.js
failed on LoongArch64 platform.
According to the error message, it's because in some cases, the LoongArch64 backend cannot allocate scratch register correctly.
Assignee | ||
Updated•2 years ago
|
Blocks: sm-loong-arch64
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → zhaojiazhong-hf
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Pushed by iireland@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/04b4b50a2bcb
[loong64] Fix scratch register usage when compare and branch. r=iain DONTBUILD
Comment 3•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox116:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 116 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•