[webkit-reviews] review requested: [Bug 196325] B3ReduceStrength should know that Mul distributes over Add and Sub : [Attachment 366127] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 27 16:26:00 PDT 2019


Robin Morisset <rmorisset at apple.com> has asked	for review:
Bug 196325: B3ReduceStrength should know that Mul distributes over Add and Sub
https://bugs.webkit.org/show_bug.cgi?id=196325

Attachment 366127: Patch

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




--- Comment #1 from Robin Morisset <rmorisset at apple.com> ---
Created attachment 366127

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

Patch

Note: there are other patterns involving Mul that I plan to add in a separate
patch. For example Add (x, Mul (x, y)) => Mul (x, y+1).


More information about the webkit-reviews mailing list