[webkit-reviews] review requested: [Bug 152164] B3 should reduce Shl(<S|Z>Shr(@x, @const), @const) to BitAnd(@x, -(1<<@const)) : [Attachment 361733] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 11 16:58:31 PST 2019


Robin Morisset <rmorisset at apple.com> has asked	for review:
Bug 152164: B3 should reduce Shl(<S|Z>Shr(@x, @const), @const) to BitAnd(@x,
-(1<<@const))
https://bugs.webkit.org/show_bug.cgi?id=152164

Attachment 361733: Patch

https://bugs.webkit.org/attachment.cgi?id=361733&action=review




--- Comment #2 from Robin Morisset <rmorisset at apple.com> ---
Created attachment 361733

  --> https://bugs.webkit.org/attachment.cgi?id=361733&action=review

Patch

This time without useless include.


More information about the webkit-reviews mailing list