Commit cbb8526
authored
Add return type for OpReadClockKHR SPIR-V friendly IR (#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 9b00b88 commit cbb8526
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3370 | 3370 | | |
3371 | 3371 | | |
3372 | 3372 | | |
| 3373 | + | |
3373 | 3374 | | |
3374 | 3375 | | |
3375 | 3376 | | |
| |||
3391 | 3392 | | |
3392 | 3393 | | |
3393 | 3394 | | |
| 3395 | + | |
3394 | 3396 | | |
3395 | 3397 | | |
3396 | 3398 | | |
| |||
| 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