Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
Change-Id: I27aea11fac293f9715f273a99cbabfd40a8f4205
  • Loading branch information
kpet committed Oct 29, 2023
1 parent 29f60f4 commit e88369c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion external/SPIRV-LLVM-Translator
2 changes: 1 addition & 1 deletion external/SPIRV-Tools
Submodule SPIRV-Tools updated 46 files
+25 −0 .github/dependabot.yml
+2 −2 .github/workflows/autoroll.yml
+2 −2 .github/workflows/bazel.yml
+1 −1 .github/workflows/release.yml
+4 −4 .github/workflows/scorecard.yml
+1 −1 .github/workflows/wasm.yml
+1 −0 Android.mk
+2 −0 BUILD.gn
+27 −0 CHANGES
+3 −3 DEPS
+0 −122 include/spirv-tools/instrument.hpp
+4 −0 include/spirv-tools/libspirv.h
+9 −6 include/spirv-tools/optimizer.hpp
+6 −0 source/operand.cpp
+2 −0 source/opt/CMakeLists.txt
+4 −0 source/opt/aggressive_dead_code_elim_pass.cpp
+7 −1 source/opt/fix_storage_class.cpp
+42 −613 source/opt/inst_bindless_check_pass.cpp
+4 −11 source/opt/inst_bindless_check_pass.h
+86 −221 source/opt/inst_buff_addr_check_pass.cpp
+4 −9 source/opt/inst_buff_addr_check_pass.h
+236 −0 source/opt/inst_debug_printf_pass.cpp
+125 −3 source/opt/inst_debug_printf_pass.h
+0 −400 source/opt/instrument_pass.cpp
+15 −182 source/opt/instrument_pass.h
+493 −0 source/opt/invocation_interlock_placement_pass.cpp
+158 −0 source/opt/invocation_interlock_placement_pass.h
+6 −0 source/opt/ir_context.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
+8 −0 source/opt/module.h
+13 −11 source/opt/optimizer.cpp
+1 −0 source/opt/passes.h
+13 −1 source/opt/trim_capabilities_pass.cpp
+4 −1 source/opt/trim_capabilities_pass.h
+9 −13 test/operand_capabilities_test.cpp
+1 −0 test/opt/CMakeLists.txt
+44 −1 test/opt/aggressive_dead_code_elim_test.cpp
+41 −0 test/opt/fix_storage_class_test.cpp
+2,017 −2,395 test/opt/inst_bindless_check_test.cpp
+173 −338 test/opt/inst_buff_addr_check_test.cpp
+613 −0 test/opt/invocation_interlock_placement_test.cpp
+96 −0 test/opt/trim_capabilities_pass_test.cpp
+3 −3 tools/sva/yarn.lock
+13 −10 utils/update_build_version.py
2 changes: 1 addition & 1 deletion external/clspv
Submodule clspv updated 127 files

0 comments on commit e88369c

Please sign in to comment.