Bug 165717 - FIXME in B3Validate.cpp for ArgumentReg nodes
Summary: FIXME in B3Validate.cpp for ArgumentReg nodes
Status: ASSIGNED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-09 22:01 PST by Michael Saboff
Modified: 2016-12-09 22:01 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Saboff 2016-12-09 22:01:14 PST
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).