a60ac0c45c
We need to rescan after optimizing away expressions that might exist in the CFG/definition map, since we are rebuilding them from scratch and not just stripping off excess parts from them. Change-Id: I843a2ea3fc38428e7c0bd0e2bf7a7d41101345e3 Bug: oss-fuzz:28794 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/344972 Commit-Queue: John Stiles <johnstiles@google.com> Reviewed-by: Brian Osman <brianosman@google.com> Auto-Submit: John Stiles <johnstiles@google.com>
6 lines
97 B
Plaintext
6 lines
97 B
Plaintext
void main() {
|
|
int i = int(sqrt(1));
|
|
(i)*half4(i=3).x1.x;
|
|
sk_FragColor.x = half(i);
|
|
}
|