-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tint] Skip MergeReturn for entry points
The 'MergeReturn' transform is to ensure the convergence of the callee for the caller. Entry points are not called and therefore do not need this transform. Bug:341073176 Change-Id: I2de5d2eebfd1c752c0ed370cb97b7d55ac4c6876 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/203174 Reviewed-by: James Price <[email protected]> Commit-Queue: Peter McNeeley <[email protected]>
- Loading branch information
Peter McNeeley
authored and
Dawn LUCI CQ
committed
Aug 20, 2024
1 parent
bc3246b
commit 4c92f4b
Showing
11 changed files
with
1,119 additions
and
1,209 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.