File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
clang/test/CodeGenHipStdPar Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 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 \
55// RUN: %s -o /dev/null 2>&1 | FileCheck --check-prefix=HIPSTDPAR-PRE %s
6+ // HIPSTDPAR-PRE: Running pass: EntryExitInstrumenterPass
7+ // HIPSTDPAR-PRE-NEXT: Running pass: EntryExitInstrumenterPass
68// HIPSTDPAR-PRE-NOT: Running pass: HipStdParAcceleratorCodeSelectionPass
9+ // HIPSTDPAR-PRE-NEXT: Running pass: AlwaysInlinerPass
710
811// Ensure Pass HipStdParAcceleratorCodeSelectionPass is invoked in PostLink.
912// RUN: %clang_cc1 -triple amdgcn-amd-amdhsa -mllvm -amdgpu-enable-hipstdpar -fcuda-is-device -fdebug-pass-manager -emit-llvm \
You can’t perform that action at this time.
0 commit comments