Bug 117062 - [sh4] Handle branchType properly in branchTruncateDoubleToInt32
Summary: [sh4] Handle branchType properly in branchTruncateDoubleToInt32
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-31 00:43 PDT by Julien Brianceau
Modified: 2013-05-31 11:19 PDT (History)
2 users (show)

See Also:


Attachments
Handle branchType properly in branchTruncateDoubleToInt32 in sh4 baseline JIT (1.97 KB, patch)
2013-05-31 00:47 PDT, Julien Brianceau
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Brianceau 2013-05-31 00:43:41 PDT
Current implementation of branchTruncateDoubleToInt32 is incorrect when branchType == BranchIfTruncateSuccessful in sh4 baseline JIT.
Comment 1 Julien Brianceau 2013-05-31 00:47:13 PDT
Created attachment 203416 [details]
Handle branchType properly in branchTruncateDoubleToInt32 in sh4 baseline JIT
Comment 2 WebKit Commit Bot 2013-05-31 11:19:08 PDT
Comment on attachment 203416 [details]
Handle branchType properly in branchTruncateDoubleToInt32 in sh4 baseline JIT

Clearing flags on attachment: 203416

Committed r151030: <http://trac.webkit.org/changeset/151030>
Comment 3 WebKit Commit Bot 2013-05-31 11:19:09 PDT
All reviewed patches have been landed.  Closing bug.