Skip to content

Commit 202d6b9

Browse files
committed
Use -NEXT checks.
1 parent 0af199a commit 202d6b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clang/test/CodeGenHipStdPar/select-accelerator-code-pass-ordering.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
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 \

0 commit comments

Comments
 (0)