Bug 152916

Summary: B3 incorrectly turns NotEqual(bool, 1) into Equal(bool, 1) instead of Equal(bool, 0)
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Filip Pizlo <fpizlo>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, keith_miller, mark.lam, msaboff, saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 150279    
Attachments:
Description Flags
the patch mark.lam: review+

Description Filip Pizlo 2016-01-08 12:02:48 PST
Patch forthcoming.
Comment 1 Filip Pizlo 2016-01-08 12:04:03 PST
Created attachment 268568 [details]
the patch
Comment 2 Filip Pizlo 2016-01-08 12:04:54 PST
Comment on attachment 268568 [details]
the patch

View in context: https://bugs.webkit.org/attachment.cgi?id=268568&action=review

> Source/JavaScriptCore/b3/B3ReduceStrength.cpp:139
> -            
> +

I'll revert.
Comment 3 Mark Lam 2016-01-08 12:06:02 PST
Comment on attachment 268568 [details]
the patch

r=me
Comment 4 Filip Pizlo 2016-01-08 12:15:18 PST
Landed in http://trac.webkit.org/changeset/194777