[Webkit-unassigned] [Bug 271412] New: [JSC] Add a conversion in B3ReduceStrength for the canonical form of the SBFX Pattern detected in B3LowerToAir

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 21 14:08:00 PDT 2024


https://bugs.webkit.org/show_bug.cgi?id=271412

            Bug ID: 271412
           Summary: [JSC] Add a conversion in B3ReduceStrength for the
                    canonical form of the SBFX Pattern detected in
                    B3LowerToAir
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: yijia_huang at apple.com

from: (src << amount) >> (amount + lsb)
to: ((src >> lsb) << amount) >> amount  

Note that SBFX_width = dataszize - (amount + lsb).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240321/9c077a7d/attachment.htm>


More information about the webkit-unassigned mailing list