commit | b270c7e5e131981bf497dbf8be22bddfff79441e | [log] [tgz] |
---|---|---|
author | John Stiles <johnstiles@google.com> | Fri Jan 08 18:39:34 2021 -0500 |
committer | John Stiles <johnstiles@google.com> | Mon Jan 11 15:53:30 2021 +0000 |
tree | 149fe2093cd8edf4bebebdf9b1a00ea4a2df9b00 | |
parent | 4878b3e33cb93ac76343fd46376f0271c4f3f01a [diff] |
Remove rewrite of `true ^^ expr` to `!expr`. This optimization doesn't perceptibly improve the generated code; it just replaces a binary expression with an equivalent unary one. Change-Id: Ib6cd2732a22c26978665c57ee00d7b5e5d0a0aee Reviewed-on: https://skia-review.googlesource.com/c/skia/+/352123 Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: John Stiles <johnstiles@google.com> Auto-Submit: John Stiles <johnstiles@google.com>