commit | 02a5e844e0baf819b6c28063d5fdb77831794ef9 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Mon Mar 18 18:31:12 2024 +0000 |
committer | James Price <jrprice@google.com> | Mon Mar 18 18:31:12 2024 +0000 |
tree | 63b095622612622b1f16c723f97554f710817cc9 | |
parent | c29ae3d5b42664a18e3d589a917b7127cad02e98 [diff] |
[spirv] Fix unreachable handling in MergeReturn MergeReturn was removing unreachable instructions with the expectation that a new terminator would be introduced, but this wasn't always happening. Make sure it does. Change-Id: I75a5889bacbaab304b12ff5747d582b64eca48cc Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/179300 Reviewed-by: dan sinclair <dsinclair@google.com> Kokoro: Kokoro <noreply+kokoro@google.com>
Dawn is an open-source and cross-platform implementation of the WebGPU standard. More precisely it implements webgpu.h
that is a one-to-one mapping with the WebGPU IDL. Dawn is meant to be integrated as part of a larger system and is the underlying implementation of WebGPU in Chromium.
Dawn provides several WebGPU building blocks:
webgpu.h
version that Dawn implements.webgpu.h
.Helpful links:
Developer documentation:
User documentation: (TODO, figure out what overlaps with the webgpu.h docs)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.