File tree
14 files changed
+28
-28
lines changed- external
- tools/clang/test/CodeGenSPIRV
14 files changed
+28
-28
lines changedSubmodule SPIRV-Headers updated 13 files
- include/spirv/spir-v.xml+4-3
- include/spirv/unified1/NonSemanticVkspReflection.h+1-1
- include/spirv/unified1/extinst.nonsemantic.vkspreflection.grammar.json+4-2
- include/spirv/unified1/spirv.bf+8
- include/spirv/unified1/spirv.core.grammar.json+73-6
- include/spirv/unified1/spirv.cs+8
- include/spirv/unified1/spirv.h+18-4
- include/spirv/unified1/spirv.hpp+18-4
- include/spirv/unified1/spirv.hpp11+18-4
- include/spirv/unified1/spirv.json+9-1
- include/spirv/unified1/spirv.lua+8
- include/spirv/unified1/spirv.py+8
- include/spirv/unified1/spv.d+8
Submodule SPIRV-Tools updated 47 files
- .github/workflows/ios.yml+1-1
- .github/workflows/scorecard.yml+3-3
- Android.mk+2
- BUILD.bazel-1
- BUILD.gn+5
- CHANGES+14
- DEPS+3-3
- MODULE.bazel+14
- include/spirv-tools/libspirv.hpp+1-1
- include/spirv-tools/optimizer.hpp+9
- source/CMakeLists.txt+2
- source/binary.cpp+1
- source/name_mapper.cpp+3-12
- source/opt/CMakeLists.txt+1
- source/opt/aggressive_dead_code_elim_pass.cpp+3-1
- source/opt/debug_info_manager.cpp+17-3
- source/opt/inst_debug_printf_pass.cpp+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+2-1
- source/opt/mem_pass.cpp+1
- source/opt/optimizer.cpp+28
- source/opt/passes.h+1
- source/opt/remove_unused_interface_variables_pass.cpp+6-2
- source/opt/struct_packing_pass.cpp+482
- source/opt/struct_packing_pass.h+81
- source/to_string.cpp+44
- source/to_string.h+29
- source/util/bitutils.h+1-1
- source/val/validate_cfg.cpp+3
- source/val/validate_extensions.cpp+12-8
- source/val/validate_image.cpp+19-7
- source/val/validate_memory.cpp+16-6
- test/CMakeLists.txt+1
- test/binary_to_text_test.cpp+10
- test/opt/CMakeLists.txt+1
- test/opt/aggressive_dead_code_elim_test.cpp+39-2
- test/opt/debug_info_manager_test.cpp+78
- test/opt/struct_packing_test.cpp+242
- test/opt/trim_capabilities_pass_test.cpp+14-14
- test/to_string_test.cpp+28
- test/val/val_cfg_test.cpp+37
- test/val/val_image_test.cpp+190-3
- test/val/val_memory_test.cpp+95-19
- tools/opt/opt.cpp+4
- utils/check_copyright.py+2-1
- utils/update_build_version.py+5-4
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 |
| - | |
9 |
| - | |
| 8 | + | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
|
0 commit comments