[webkit-changes] [WebKit/WebKit] baa5c6: [WGSL] Add codegen support for binary shift operators

Tadeu Zagallo noreply at github.com
Wed Aug 23 18:38:21 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: baa5c67430942419d743400d9d2aa6730bae67c7
      https://github.com/WebKit/WebKit/commit/baa5c67430942419d743400d9d2aa6730bae67c7
  Author: Tadeu Zagallo <tzagallo at apple.com>
  Date:   2023-08-23 (Wed, 23 Aug 2023)

  Changed paths:
    M Source/WebGPU/WGSL/Metal/MetalFunctionWriter.cpp

  Log Message:
  -----------
  [WGSL] Add codegen support for binary shift operators
https://bugs.webkit.org/show_bug.cgi?id=260608
rdar://114320593

Reviewed by Dan Glastonbury.

In 266979 at main I updated the type declarations to include left and right shift,
but I forgot to update the code generator.

* Source/WebGPU/WGSL/Metal/MetalFunctionWriter.cpp:
(WGSL::Metal::FunctionDefinitionWriter::visit):

Canonical link: https://commits.webkit.org/267215@main




More information about the webkit-changes mailing list