[RISCV][VLOPT] Add vector narrowing integer right shift instructions to isSupportedIn...
[llvm-project.git] / offload / test / offloading / bug74582.c
blobc6a283bb936914370e306ee5485d366a0c966017
1 // RUN: %libomptarget-compile-generic && %libomptarget-run-generic
2 // RUN: %libomptarget-compileopt-generic && %libomptarget-run-generic
4 // Verify we do not read bits in the image that are not there (nobits section).
6 #pragma omp begin declare target
7 char BigUninitializedBuffer[4096 * 64] __attribute__((loader_uninitialized));
8 #pragma omp end declare target
10 int main() {
11 #pragma omp target