File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
clang/test/CodeGenHipStdPar Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
33// Ensure Pass HipStdParAcceleratorCodeSelectionPass is not invoked in PreLink.
44// RUN: %clang_cc1 -triple amdgcn-amd-amdhsa -mllvm -amdgpu-enable-hipstdpar -flto -emit-llvm-bc -fcuda-is-device -fdebug-pass-manager \
5- // RUN: %s -o - 2>&1 | FileCheck --check-prefix=HIPSTDPAR-PRE %s
5+ // RUN: %s -o /dev/null 2>&1 | FileCheck --check-prefix=HIPSTDPAR-PRE %s
66// HIPSTDPAR-PRE-NOT: Running pass: HipStdParAcceleratorCodeSelectionPass
77
88// Ensure Pass HipStdParAcceleratorCodeSelectionPass is invoked in PostLink.
99// RUN: %clang_cc1 -triple amdgcn-amd-amdhsa -mllvm -amdgpu-enable-hipstdpar -fcuda-is-device -fdebug-pass-manager -emit-llvm \
10- // RUN: %s -o - 2>&1 | FileCheck --check-prefix=HIPSTDPAR-POST %s
10+ // RUN: %s -o /dev/null 2>&1 | FileCheck --check-prefix=HIPSTDPAR-POST %s
1111// HIPSTDPAR-POST: Running pass: HipStdParAcceleratorCodeSelection
1212
1313#define __device__ __attribute__ ((device))
You can’t perform that action at this time.
0 commit comments