Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Driver / hip-inputs.hip
blob1e1bedbfec9709e81d1ef5953a5a43d4456d9c97
1 // REQUIRES: x86-registered-target
2 // REQUIRES: amdgpu-registered-target
4 // RUN: %clang -ccc-print-phases --target=x86_64-linux-gnu \
5 // RUN:   -x hip --cuda-gpu-arch=gfx803 -c \
6 // RUN:   %S/Inputs/hip_multiple_inputs/a.cu \
7 // RUN:   %S/Inputs/hip_multiple_inputs/b.hip 2>&1 \
8 // RUN: | FileCheck %s
10 // RUN: not %clang -ccc-print-phases --target=x86_64-linux-gnu \
11 // RUN:   --cuda-gpu-arch=gfx803 -c \
12 // RUN:   %S/Inputs/hip_multiple_inputs/a.cu \
13 // RUN:   %S/Inputs/hip_multiple_inputs/b.hip 2>&1 \
14 // RUN: | FileCheck -check-prefix=MIX %s
16 // RUN: not %clang -ccc-print-phases --target=x86_64-linux-gnu \
17 // RUN:   --cuda-gpu-arch=gfx803 -c \
18 // RUN:   --hip-link %S/Inputs/hip_multiple_inputs/a.cu 2>&1 \
19 // RUN: | FileCheck -check-prefix=MIX %s
21 // CHECK-NOT: error: mixed CUDA and HIP compilation is not supported
22 // MIX: error: mixed CUDA and HIP compilation is not supported