[Webkit-unassigned] [Bug 210039] New: ARM64 moveConditionallyDouble() for DoubleNotEqualAndOrdered is wrong.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Apr 5 14:44:45 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=210039
Bug ID: 210039
Summary: ARM64 moveConditionallyDouble() for
DoubleNotEqualAndOrdered is wrong.
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mark.lam at apple.com
For the scenario where the dest register is same as the then case register, there is one case instruction that should be executed based on the overflow flag to test for unordered operands. Instead, we were testing for the not equal condition. This bug was caught by testmasm.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200405/b8351bfe/attachment-0001.htm>
More information about the webkit-unassigned
mailing list