-
Notifications
You must be signed in to change notification settings - Fork 714
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pulls in the InterpolateAt* support for SPIRV-Tools.
- Loading branch information
1 parent
9221570
commit 775a6b8
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule SPIRV-Headers
updated
10 files
Submodule SPIRV-Tools
updated
16 files
+1 −1 | .github/workflows/autoroll.yml | |
+1 −1 | .github/workflows/bazel.yml | |
+1 −1 | .github/workflows/ios.yml | |
+1 −1 | .github/workflows/release.yml | |
+2 −2 | .github/workflows/scorecard.yml | |
+1 −1 | .github/workflows/wasm.yml | |
+3 −3 | DEPS | |
+16 −0 | source/opt/aggressive_dead_code_elim_pass.cpp | |
+80 −13 | source/opt/copy_prop_arrays.cpp | |
+12 −0 | source/opt/copy_prop_arrays.h | |
+29 −28 | source/opt/folding_rules.cpp | |
+127 −0 | test/opt/aggressive_dead_code_elim_test.cpp | |
+121 −0 | test/opt/copy_prop_array_test.cpp | |
+189 −1 | test/opt/fold_test.cpp | |
+1 −1 | tools/sva/package.json | |
+4 −4 | tools/sva/yarn.lock |