idubinov e672e88a96
[SPIRV] Fix OpBuildNDRange (#186153)
- Fix buildNDRange according to OpenCL and SPIRV specs.
- Fix tablegen SPIRV builtins for ndrange_* functions: despite of OpenCL
spec, the real call has additional first argument - structure return,
changed min and max num arguments accordingly.
 - Update test, add checks, combined with BuildNDRange_2
2026-03-23 19:11:04 +01:00
..