Commit aa5face
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 43c197b commit aa5face
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3563 | 3563 | | |
3564 | 3564 | | |
3565 | 3565 | | |
| 3566 | + | |
3566 | 3567 | | |
3567 | 3568 | | |
3568 | 3569 | | |
| |||
3584 | 3585 | | |
3585 | 3586 | | |
3586 | 3587 | | |
| 3588 | + | |
3587 | 3589 | | |
3588 | 3590 | | |
3589 | 3591 | | |
| |||
| 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