-
Notifications
You must be signed in to change notification settings - Fork 706
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Nathan Gauër <[email protected]>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule SPIRV-Tools
updated
23 files
+1 −1 | .github/workflows/ios.yml | |
+0 −2 | Android.mk | |
+0 −2 | BUILD.bazel | |
+0 −5 | BUILD.gn | |
+0 −1 | CMakeLists.txt | |
+0 −79 | include/spirv-tools/instrument.hpp | |
+0 −12 | include/spirv-tools/optimizer.hpp | |
+0 −4 | source/opt/CMakeLists.txt | |
+2 −1 | source/opt/aggressive_dead_code_elim_pass.cpp | |
+0 −484 | source/opt/inst_debug_printf_pass.cpp | |
+0 −198 | source/opt/inst_debug_printf_pass.h | |
+0 −803 | source/opt/instrument_pass.cpp | |
+0 −326 | source/opt/instrument_pass.h | |
+2 −1 | source/opt/local_access_chain_convert_pass.cpp | |
+2 −1 | source/opt/local_single_block_elim_pass.cpp | |
+2 −1 | source/opt/local_single_store_elim_pass.cpp | |
+0 −13 | source/opt/optimizer.cpp | |
+0 −1 | source/opt/passes.h | |
+25 −1 | source/opt/trim_capabilities_pass.cpp | |
+1 −0 | source/opt/trim_capabilities_pass.h | |
+0 −1 | test/opt/CMakeLists.txt | |
+0 −207 | test/opt/inst_debug_printf_test.cpp | |
+88 −0 | test/opt/trim_capabilities_pass_test.cpp |