Closed
Bug 1302723
Opened 8 years ago
Closed 8 years ago
Ion: clean up LAssertRangeF register allocation
Categories
(Core :: JavaScript Engine: JIT, defect)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla51
Tracking | Status | |
---|---|---|
firefox51 | --- | fixed |
People
(Reporter: bbouvier, Assigned: bbouvier)
References
Details
Attachments
(1 file)
3.58 KB,
patch
|
nbp
:
review+
|
Details | Diff | Splinter Review |
It shouldn't cvtss2sd then cvtsd2ss, since this can affect the quiet/signaling bit on NaN values. Let's just simplify it and use the proper tempCopy register allocation rule.
Assignee | ||
Comment 1•8 years ago
|
||
Attachment #8791183 -
Flags: review?(nicolas.b.pierron)
Updated•8 years ago
|
Attachment #8791183 -
Flags: review?(nicolas.b.pierron) → review+
Pushed by bbouvier@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/f54e413d0eb0
Use an input copy in LAssertRangeF register allocation; r=nbp
Comment 3•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla51
You need to log in
before you can comment on or make changes to this bug.
Description
•