[Webkit-unassigned] [Bug 165717] New: FIXME in B3Validate.cpp for ArgumentReg nodes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 9 22:01:14 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=165717

            Bug ID: 165717
           Summary: FIXME in B3Validate.cpp for ArgumentReg nodes
    Classification: Unclassified
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: msaboff at apple.com

We could alias a int32 ArgumentReg with a int64 ArgumentReg if they are the same reg.  Then they would get incorrectly treated the same.  For int32 argument values, we need to use Trunc(ArgumentReg).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161210/8462036c/attachment.html>


More information about the webkit-unassigned mailing list