Closed
Bug 1826069
Opened 2 years ago
Closed 2 years ago
[loong64][mips64] Fix Wasm{Load,Store}I64 implementation with a 32-bit offset value in index register
Categories
(Core :: JavaScript: WebAssembly, defect, P1)
Tracking
()
RESOLVED
FIXED
113 Branch
Tracking | Status | |
---|---|---|
firefox113 | --- | fixed |
People
(Reporter: zhaojiazhong-hf, Assigned: zhaojiazhong-hf)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
No description provided.
Assignee | ||
Comment 1•2 years ago
|
||
Some jit-tests failed when wasm huge memory is enabled on loong64 and mips64, and it's because Wasm{Load,Store}I64
didn't handle registers with 32-bit offset values correctly.
Assignee | ||
Comment 2•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → zhaojiazhong-hf
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Updated•2 years ago
|
Severity: -- → S3
Priority: -- → P1
Pushed by rhunt@eqrion.net:
https://hg.mozilla.org/integration/autoland/rev/ee6851622d7a
[loong64][mips64] Zero-extend registers with 32-bit offset values in Wasm{Load,Store}I64. r=rhunt
Comment 4•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox113:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 113 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•