-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tint][ir][val] Restrict types in root allowed by kAllowOverrides
Restricts the instruction types that are allowed in the root block when kAllowOverrides is set. This doesn't do the walk up to make sure that the specific values/calls are allowed. This supersedes a number of previous patches that were playing whack-a-mole. Fixes: 382453612 Fixes: 382422295 Change-Id: Iccd2145afb29bf61b2dc7ccbfd97b08648e39208 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/218354 Commit-Queue: Ryan Harrison <[email protected]> Auto-Submit: Ryan Harrison <[email protected]> Reviewed-by: James Price <[email protected]> Commit-Queue: James Price <[email protected]>
- Loading branch information
Showing
2 changed files
with
150 additions
and
12 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