Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 52b6ed6716579e2a2de6caadf23e556820f9858d
https://github.com/WebKit/WebKit/commit/52b6ed6716579e2a2de6caadf23e556820f9858d
Author: Tadeu Zagallo <[email protected]>
Date: 2026-05-19 (Tue, 19 May 2026)
Changed paths:
M
LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/binary/short_circuiting_and_or-expected.txt
M Source/WebGPU/WGSL/GlobalVariableRewriter.cpp
M Source/WebGPU/WGSL/TypeCheck.cpp
M Source/WebGPU/WGSL/WGSL.cpp
Log Message:
-----------
[WGSL] shader,validation,expression,binary,short_circuiting_and_or:* is
failing
https://bugs.webkit.org/show_bug.cgi?id=314762
rdar://177012957
Reviewed by Mike Wyrzykowski.
Add support for short-circuiting logical operators at constant and
override evaluation times.
*
LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/binary/short_circuiting_and_or-expected.txt:
* Source/WebGPU/WGSL/GlobalVariableRewriter.cpp:
(WGSL::RewriteGlobalVariables::getPacking):
* Source/WebGPU/WGSL/TypeCheck.cpp:
(WGSL::TypeChecker::binaryExpression):
(WGSL::TypeChecker::convertValue):
* Source/WebGPU/WGSL/WGSL.cpp:
(WGSL::evaluate):
Canonical link: https://commits.webkit.org/313467@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications