Summary: | compilePeepHoleBigInt32Branch needs to handle all conditions | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> | ||||||
Component: | JavaScriptCore | Assignee: | Saam Barati <sbarati> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | ews-watchlist, keith_miller, mark.lam, msaboff, sbarati, tzagallo, webkit-bot-watchers-bugzilla, webkit-bug-importer, ysuzuki | ||||||
Priority: | P2 | Keywords: | InRadar | ||||||
Version: | WebKit Nightly Build | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=210922 | ||||||||
Attachments: |
|
Description
Ryan Haddad
2020-04-27 14:51:45 PDT
This test was added with https://trac.webkit.org/changeset/260683/webkit Created attachment 397756 [details]
patch
Comment on attachment 397756 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=397756&action=review r=me > Source/JavaScriptCore/dfg/DFGSpeculativeJIT64.cpp:1782 > I recommend putting GPRReg op1GPR = op1.gpr(); GPRReg op2GPR = op2.gpr(); And use op1GPR and op2GPR. Created attachment 397757 [details]
patch for landing
Committed r260802: <https://trac.webkit.org/changeset/260802> All reviewed patches have been landed. Closing bug and clearing flags on attachment 397757 [details]. |