commit | b9ed75cf2fe5ab8d759da17a9cfe0befb286a1a1 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Tue Nov 01 14:22:10 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 01 14:22:10 2022 +0000 |
tree | 86366b026bb7e4d2ce0c6dd19a7d44f1f0bc0ef8 | |
parent | 6c5db2afa69756f8f07efd942c88ad5b173fc738 [diff] |
[IR] Track inbound branches to flow nodes. This CL updates the flow node to track the nodes which are inbound to the current target. This allows to fix an issue with a loop, after a continuing with a break, properly eliminating dead code. This also allows always providing the merge target for an if, it just knows if it's disconnected by having zero inbound branches. Bug: tint:1718 Change-Id: Ia9b9dbc734bf1e9cd0c829093c0cb1e470efb32e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/107800 Commit-Queue: Dan Sinclair <dsinclair@chromium.org> Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com>
Dawn is an open-source and cross-platform implementation of the work-in-progress 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)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.