Bug 200759

Summary: [JSC] Air does not appropriately propagate ConstFloatValue to stackmap
Product: WebKit Reporter: Yusuke Suzuki <ysuzuki>
Component: New BugsAssignee: Yusuke Suzuki <ysuzuki>
Status: RESOLVED FIXED    
Severity: Normal CC: ews-watchlist, keith_miller, mark.lam, msaboff, saam, tzagallo, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 200362    
Attachments:
Description Flags
Patch
none
Patch saam: review+

Description Yusuke Suzuki 2019-08-14 22:52:30 PDT
[JSC] Air does not appropriately propagate ConstFloatValue to stackmap
Comment 1 Yusuke Suzuki 2019-08-14 23:01:36 PDT
Created attachment 376357 [details]
Patch
Comment 2 EWS Watchlist 2019-08-14 23:06:38 PDT
Attachment 376357 [details] did not pass style-queue:


ERROR: Source/JavaScriptCore/b3/testb3_5.cpp:48:  Consider using CHECK_EQ instead of CHECK(a == b)  [readability/check] [2]
ERROR: Source/JavaScriptCore/b3/testb3_5.cpp:80:  Consider using CHECK_EQ instead of CHECK(a == b)  [readability/check] [2]
Total errors found: 2 in 7 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Yusuke Suzuki 2019-08-14 23:29:14 PDT
Created attachment 376361 [details]
Patch
Comment 4 EWS Watchlist 2019-08-14 23:35:42 PDT
Attachment 376361 [details] did not pass style-queue:


ERROR: Source/JavaScriptCore/b3/testb3_5.cpp:48:  Consider using CHECK_EQ instead of CHECK(a == b)  [readability/check] [2]
ERROR: Source/JavaScriptCore/b3/testb3_5.cpp:80:  Consider using CHECK_EQ instead of CHECK(a == b)  [readability/check] [2]
Total errors found: 2 in 7 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 5 Yusuke Suzuki 2019-08-14 23:37:17 PDT
Thanks for review!
Comment 6 Yusuke Suzuki 2019-08-14 23:39:33 PDT
Committed r248710: <https://trac.webkit.org/changeset/248710>
Comment 7 Radar WebKit Bug Importer 2019-08-14 23:40:15 PDT
<rdar://problem/54335168>