Commit dbd1889
File tree
- external
- tools/clang/test/CodeGenSPIRV
- inline-spirv
Submodule SPIRV-Tools updated 53 files
- .github/workflows/autoroll.yml+1
- .github/workflows/bazel.yml+2-2
- .github/workflows/ios.yml+1-1
- .github/workflows/scorecard.yml+2-2
- BUILD.bazel+19-1
- BUILD.gn+8-8
- CHANGES+31-2
- DEPS+3-3
- source/CMakeLists.txt+1-2
- source/opcode.cpp+3-11
- source/opcode.h-3
- source/opt/aggressive_dead_code_elim_pass.cpp+11-10
- source/opt/canonicalize_ids_pass.cpp+1
- source/opt/debug_info_manager.cpp+21-22
- source/opt/folding_rules.cpp+170
- source/opt/freeze_spec_constant_value_pass.cpp+4
- source/opt/inline_pass.cpp+26-2
- source/opt/instruction.cpp+22-19
- source/opt/instruction.h+4-5
- source/opt/ir_loader.cpp+11-11
- source/opt/merge_return_pass.cpp+1-1
- source/opt/module.cpp+1-1
- source/opt/set_spec_constant_default_value_pass.cpp+28-1
- source/opt/types.cpp+72
- source/opt/types.h+8
- source/val/validate_annotation.cpp+6-2
- source/val/validate_cfg.cpp+1
- source/val/validate_composites.cpp+2-2
- source/val/validate_constants.cpp+46
- source/val/validate_extensions.cpp+130-66
- source/val/validate_id.cpp+4-1
- source/val/validate_interfaces.cpp+34-6
- source/val/validate_layout.cpp+19-19
- source/val/validate_misc.cpp+22-2
- source/val/validate_type.cpp+9-1
- test/binary_parse_test.cpp+18
- test/opt/aggressive_dead_code_elim_test.cpp+39
- test/opt/debug_info_manager_test.cpp+38
- test/opt/fold_test.cpp+235-15
- test/opt/freeze_spec_const_test.cpp+46
- test/opt/inline_test.cpp+69
- test/opt/instruction_test.cpp+6-5
- test/opt/set_spec_const_default_value_test.cpp+142
- test/opt/types_test.cpp+44
- test/text_to_binary.extension_test.cpp+81-1
- test/val/CMakeLists.txt+1
- test/val/val_composites_test.cpp+60
- test/val/val_data_test.cpp+30
- test/val/val_ext_inst_debug_test.cpp+559-120
- test/val/val_extension_spv_khr_abort_test.cpp+690
- test/val/val_id_test.cpp+36-5
- test/val/val_interfaces_test.cpp+179
- utils/ggt.py+4
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
45 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
Lines changed: 16 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
139 | | - | |
140 | | - | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
141 | 142 | | |
142 | 143 | | |
143 | 144 | | |
| |||
149 | 150 | | |
150 | 151 | | |
151 | 152 | | |
152 | | - | |
153 | | - | |
154 | | - | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
155 | 157 | | |
156 | 158 | | |
157 | 159 | | |
| |||
162 | 164 | | |
163 | 165 | | |
164 | 166 | | |
165 | | - | |
166 | | - | |
167 | | - | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
168 | 171 | | |
169 | 172 | | |
170 | 173 | | |
| |||
175 | 178 | | |
176 | 179 | | |
177 | 180 | | |
178 | | - | |
179 | | - | |
180 | | - | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
181 | 185 | | |
182 | 186 | | |
183 | 187 | | |
| |||
Lines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
| 18 | + | |
| 19 | + | |
21 | 20 | | |
22 | 21 | | |
0 commit comments