File tree
2 files changed
+2
-1
lines changed- external
- tools/clang/test/CodeGenSPIRV
2 files changed
+2
-1
lines changedSubmodule SPIRV-Tools updated 71 files
- .github/workflows/bazel.yml+4-4
- .github/workflows/ios.yml+1-1
- .github/workflows/scorecard.yml+1-1
- Android.mk+2
- BUILD.bazel+1
- BUILD.gn+5
- DEPS+5-5
- docs/syntax.md+44
- include/spirv-tools/optimizer.hpp+56-2
- source/diff/diff.cpp+53-5
- source/opt/CMakeLists.txt+4
- source/opt/copy_prop_arrays.cpp+1
- source/opt/fold.cpp+1-1
- source/opt/folding_rules.cpp+165-17
- source/opt/function.h+20-1
- source/opt/ir_builder.h+66-5
- source/opt/ir_context.cpp+1
- source/opt/optimizer.cpp+17-3
- source/opt/passes.h+2
- source/opt/resolve_binding_conflicts_pass.cpp+328
- source/opt/resolve_binding_conflicts_pass.h+38
- source/opt/scalar_replacement_pass.h+1-1
- source/opt/split_combined_image_sampler_pass.cpp+648
- source/opt/split_combined_image_sampler_pass.h+169
- source/opt/trim_capabilities_pass.cpp+33-1
- source/opt/trim_capabilities_pass.h+1
- source/opt/type_manager.cpp+2
- source/opt/value_number_table.cpp+24-11
- source/text.cpp+128
- source/text_handler.cpp+3
- source/util/small_vector.h+1
- source/util/string_utils.h+8-6
- source/val/validate_decorations.cpp+208
- source/val/validate_interfaces.cpp+101-84
- source/val/validate_memory.cpp+10
- source/val/validate_memory_semantics.cpp+17-11
- source/val/validation_state.cpp+4
- test/CMakeLists.txt+1
- test/diff/diff_files/diff_test_files_autogen.cmake+2
- test/diff/diff_files/function_group_by_full_type_autogen.cpp+194
- test/diff/diff_files/function_group_by_full_type_dst.spvasm+25
- test/diff/diff_files/function_group_by_full_type_src.spvasm+25
- test/diff/diff_files/function_group_by_mapped_id_autogen.cpp+181
- test/diff/diff_files/function_group_by_mapped_id_dst.spvasm+23
- test/diff/diff_files/function_group_by_mapped_id_src.spvasm+23
- test/fuzz/transformation_set_memory_operands_mask_test.cpp+45-29
- test/op_unknown_test.cpp+128
- test/opt/CMakeLists.txt+2
- test/opt/aggressive_dead_code_elim_test.cpp+179
- test/opt/copy_prop_array_test.cpp+80
- test/opt/fold_test.cpp+266-30
- test/opt/inline_test.cpp-4
- test/opt/optimizer_test.cpp+118
- test/opt/pass_fixture.h+45-7
- test/opt/pass_utils.h+16
- test/opt/redundancy_elimination_test.cpp+88-1
- test/opt/resolve_binding_conflicts_pass_test.cpp+864
- test/opt/scalar_replacement_test.cpp+1-1
- test/opt/split_combined_image_sampler_pass_test.cpp+1.9k
- test/opt/trim_capabilities_pass_test.cpp+238
- test/opt/value_table_test.cpp+148-1
- test/string_utils_test.cpp+49-2
- test/tools/opt/flags.py+3-3
- test/val/val_barriers_test.cpp+35-3
- test/val/val_builtins_test.cpp-10
- test/val/val_decoration_test.cpp+369-1
- test/val/val_id_test.cpp+2-2
- test/val/val_interfaces_test.cpp+224-9
- test/val/val_memory_test.cpp+62
- tools/opt/opt.cpp+14-3
- utils/check_code_format.sh+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
| 30 | + | |
30 | 31 |
| |
31 | 32 |
| |
32 | 33 |
|
0 commit comments