[RISCV] Fix mgather -> riscv.masked.strided.load combine not extending indices (...
[llvm-project.git] / libclc / test / get_group_id.cl
blob43725cda802710bf0d9f2e6e12b3dd48a7de4c4c
1 __kernel void foo(int *i) {
2 i[get_group_id(0)] = 1;