[RISCV] Fix mgather -> riscv.masked.strided.load combine not extending indices (...
[llvm-project.git] / libclc / test / as_type.cl
blobe8fb1228d28d111f098ee3afa918504dcccb504b
1 __kernel void foo(int4 *x, float4 *y) {
2 *x = as_int4(*y);