Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: bd4fcfb2d57558640b148303df4e0eee2839a090
https://github.com/WebKit/WebKit/commit/bd4fcfb2d57558640b148303df4e0eee2839a090
Author: Tadeu Zagallo <[email protected]>
Date: 2024-06-11 (Tue, 11 Jun 2024)
Changed paths:
M Source/WebGPU/WGSL/TypeCheck.cpp
M Source/WebGPU/WGSL/tests/invalid/overload.wgsl
Log Message:
-----------
[WGSL] TypeChecker assumes textureGather always has arguments
https://bugs.webkit.org/show_bug.cgi?id=275320
rdar://129227317
Reviewed by Mike Wyrzykowski.
While a valid call to textureGather must always have arguments, we were not
checking
if the call was valid before accessing the arguments.
* Source/WebGPU/WGSL/TypeCheck.cpp:
(WGSL::TypeChecker::visit):
* Source/WebGPU/WGSL/tests/invalid/overload.wgsl:
Canonical link: https://commits.webkit.org/279906@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes