Commit 539374d
authored
[SPIR-V] Fix OpSpecConstant for composite (#8278)
Updates SPIRV-Tools and fixes bad test.
spirv-val got updated and now requries an OpSpecConstantComposite if one
operand if an OpSpecConstant*.
Should fix SPIRV-Tools smoke test.1 parent 997e2f4 commit 539374d
4 files changed
Lines changed: 9 additions & 4 deletions
File tree
- external
- tools/clang
- lib/SPIRV
- test/CodeGenSPIRV
Submodule SPIRV-Headers updated 12 files
- include/spirv/spir-v.xml+4-2
- include/spirv/unified1/spirv.bf+7
- include/spirv/unified1/spirv.core.grammar.json+70
- include/spirv/unified1/spirv.cs+7
- include/spirv/unified1/spirv.h+17
- include/spirv/unified1/spirv.hpp+17
- include/spirv/unified1/spirv.hpp11+17
- include/spirv/unified1/spirv.json+9-2
- include/spirv/unified1/spirv.lua+7
- include/spirv/unified1/spirv.py+7
- include/spirv/unified1/spv.d+7
- tools/buildHeaders/jsonToSpirv.h+1-1
Submodule SPIRV-Tools updated 113 files
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8045 | 8045 | | |
8046 | 8046 | | |
8047 | 8047 | | |
8048 | | - | |
| 8048 | + | |
| 8049 | + | |
| 8050 | + | |
| 8051 | + | |
8049 | 8052 | | |
8050 | 8053 | | |
8051 | 8054 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | | - | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
0 commit comments