skia2/tests/sksl
John Stiles c30fbcaf77 Allow swizzle optimizations to apply to any 'trivial' ctor fields.
This allows swizzle removal to apply in more cases; in particular, we
can now optimize away extra swizzles caused by zero/one swizzle-
components quite effectively.

The "trivial expression" code was lifted from the inliner. Some subtle
changes in trivial-expression determination affect the inliner's results
in boring, non-meaningful ways. In particular, multi-argument
constructors containing all-constant values are now considered trivial,
whereas previously only single-argument constructors made the trivial-
ness cut. This allows the inliner to propagate some values that it
wouldn't have before.

Change-Id: I9a009b6803d9ac9595d65538252ba81c2b7166a7
Bug: skia:10954
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/336156
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
Auto-Submit: John Stiles <johnstiles@google.com>
2020-11-20 16:35:16 +00:00
..
blend Stop cloning builtin functions 2020-11-20 15:02:54 +00:00
errors Fix fuzzer crash when casting between int and float. 2020-11-20 14:07:03 +00:00
fp Fix bad FP codegen when sample() calls are inlined. 2020-11-03 19:54:45 +00:00
glsl Add golden outputs for the Metal backend. 2020-09-25 17:46:43 +00:00
inliner Stop cloning builtin functions 2020-11-20 15:02:54 +00:00
metal Disallow opaque types in structs and interface blocks. 2020-11-17 15:25:43 +00:00
shared Allow swizzle optimizations to apply to any 'trivial' ctor fields. 2020-11-20 16:35:16 +00:00
workarounds Stop cloning builtin functions 2020-11-20 15:02:54 +00:00