Commit 75193bd
Add return type for OpReadClockKHR SPIR-V friendly IR (KhronosGroup#2562)
`OpReadClockKHR` can return unsigned `i64` or `<2 x i32>`. Include
the return type in the SPIR-V friendly IR function name, to be able to
distinguish between both versions.1 parent 43ff06d commit 75193bd
File tree
2 files changed
+4
-2
lines changed- lib/SPIRV
- test/extensions/KHR/SPV_KHR_shader_clock
2 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3580 | 3580 | | |
3581 | 3581 | | |
3582 | 3582 | | |
| 3583 | + | |
3583 | 3584 | | |
3584 | 3585 | | |
3585 | 3586 | | |
| |||
3600 | 3601 | | |
3601 | 3602 | | |
3602 | 3603 | | |
| 3604 | + | |
3603 | 3605 | | |
3604 | 3606 | | |
3605 | 3607 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
| 27 | + | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments