commit | 023f338492922ed521f33ae552d2be4c3b4553ad | [log] [tgz] |
---|---|---|
author | John Stiles <johnstiles@google.com> | Fri Jan 20 21:07:03 2023 -0500 |
committer | SkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com> | Mon Jan 23 17:08:52 2023 +0000 |
tree | aca8f7a4c8226f19e3f4b33f5225e10bd81ecd97 | |
parent | 73ebf45c992e5304b3f007770a1c9b76c0740491 [diff] |
Simplify masked stores when the execution mask is known. We can replace any masked store with an unmasked store if we know that the mask is all-true. Change-Id: Ie418cdbbec0970b095ccf6385458a6503d41f44b Bug: skia:13676 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/632616 Commit-Queue: John Stiles <johnstiles@google.com> Auto-Submit: John Stiles <johnstiles@google.com> Reviewed-by: Brian Osman <brianosman@google.com>