2 files changed
+1
-21
lines changedSubmodule SPIRV-Tools updated 31 files
- .github/workflows/bazel.yml+1-1
- .github/workflows/scorecard.yml+1-1
- DEPS+4-4
- README.md-1
- include/spirv-tools/libspirv.h+28-20
- source/binary.cpp+1-4
- source/disassemble.cpp-1
- source/operand.cpp-7
- source/opt/merge_return_pass.cpp+1-14
- source/opt/type_manager.cpp+1-60
- source/opt/types.cpp-33
- source/opt/types.h-28
- source/text_handler.cpp+1-1
- source/val/validate_annotation.cpp+2-23
- source/val/validate_builtins.cpp-13
- source/val/validate_decorations.cpp+10-27
- source/val/validate_invalid_type.cpp+11-8
- source/val/validate_tensor.cpp+4-2
- source/val/validate_type.cpp+1-4
- source/val/validation_state.cpp+2-35
- source/val/validation_state.h+1-17
- test/opt/pass_merge_return_test.cpp-64
- test/opt/type_manager_test.cpp-52
- test/text_to_binary.extension_test.cpp-73
- test/val/val_builtins_test.cpp-34
- test/val/val_decoration_test.cpp+71-225
- test/val/val_memory_test.cpp-130
- test/val/val_modes_test.cpp+1-1
- test/val/val_tensor_test.cpp+5-34
- tools/as/as.cpp+2-4
- utils/ggt.py+1-2
Lines changed: 0 additions & 20 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
36 |
| - | |
37 |
| - | |
38 |
| - | |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 | 29 |
| |
44 |
| - | |
45 |
| - | |
46 |
| - | |
47 |
| - | |
48 |
| - | |
49 |
| - | |
50 | 30 |
| |
51 | 31 |
|
0 commit comments