Closed
Bug 1816498
Opened 3 years ago
Closed 3 years ago
Remove unused result from LMegamorphicStoreSlot
Categories
(Core :: JavaScript Engine: JIT, task, P3)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
112 Branch
| Tracking | Status | |
|---|---|---|
| firefox112 | --- | fixed |
People
(Reporter: iain, Assigned: iain)
Details
Attachments
(1 file)
Stores in Ion don't have results.
| Assignee | ||
Comment 1•3 years ago
|
||
Doug saw this while adding StoreSlotByIteratorIndex and was confused about whether stores generated results.
It looks like this made it in as a copy-pasted <BOX_PIECES, ...> instead of <0, ...> when this instruction was originally added, and then propagated to LIROps.yaml when Caroline did the migration.
Pushed by iireland@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8efe253468b2
Remove unused result from LMegamorphicStoreSlot r=jandem
Comment 3•3 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox112:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 112 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•