clspv icon indicating copy to clipboard operation
clspv copied to clipboard

Make sure SPIR-V intrinsics have got a unique name

Open kpet opened this issue 6 years ago • 0 comments

Functions and calls are used in a number of places to encode specific SPIR-V instructions. In several cases the same function name is used with different type signatures, making it impossible to use both in the same module. All uses of functions to encode SPIR-V instructions should be reviewed to ensure they don't suffer from this issue. Each time a single test that uses all possible overloads should be added.

kpet avatar Mar 28 '19 21:03 kpet