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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 12 13:50:44 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 361833: Patch

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




--- Comment #7 from Robin Morisset <rmorisset at apple.com> ---
Created attachment 361833

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

Patch

Same patch as before, to see if the tests were just being flaky (I don't see
how a patch to B3 can cause failure of a layout test).


More information about the webkit-reviews mailing list