commit | cf27b4f7444d2760c6973cd4e57ad691c673b505 | [log] [tgz] |
---|---|---|
author | John Stiles <johnstiles@google.com> | Fri Nov 06 11:37:05 2020 -0500 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Fri Nov 06 17:22:34 2020 +0000 |
tree | b285455936a398ef9e9f1bde067d78bf2d61c18a | |
parent | 56277e5a6e627b839fad06ed9fbc126bcaeb86eb [diff] |
Improve constant folding for int vectors. This implements constant folding optimizations on int vectors (== != + - * /) that were previously only supported on float vectors. Bug: skia:10908 Change-Id: Ibf61ab43eb7ae2ce8e99cce21cc55777359817e5 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/332424 Commit-Queue: John Stiles <johnstiles@google.com> Reviewed-by: Ethan Nicholas <ethannicholas@google.com> Auto-Submit: John Stiles <johnstiles@google.com>