[Webkit-unassigned] [Bug 160073] New: [B3] Fusing immediates into test instructions should work again

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 21 23:05:37 PDT 2016


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

            Bug ID: 160073
           Summary: [B3] Fusing immediates into test instructions should
                    work again
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: fpizlo at apple.com

When we introduced BitImm, we forgot to change the Branch(BitAnd(value, constant)) fusion.  This emits test instructions, so it should use BitImm for the constant.  But it was still using Imm!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160722/086a97e0/attachment.html>


More information about the webkit-unassigned mailing list