[memprof] Use a new constructor of IndexedAllocationInfo (NFC) (#116920)
[llvm-project.git] / libclc / test / add_sat.cl
blob45c8567b4403970a159e2afbf170984328d1c026
1 __kernel void foo(__global char *a, __global char *b, __global char *c) {
2 *a = add_sat(*b, *c);